Add coverage project-level config file.

This commit is contained in:
Audrey Roy 2015-08-03 22:30:58 -07:00
parent 370145bb21
commit 5a455b320f
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
[run]
include = {{cookiecutter.repo_name}}/*
omit = ../*migrations*

View File

@ -93,7 +93,7 @@ Test coverage
To run the tests, check your test coverage, and generate an HTML coverage report::
$ coverage run manage.py test
$ coverage html --include={{ cookiecutter.repo_name }}/*
$ coverage html
Live reloading and Sass CSS compilation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^