Skip to content

Commit

Permalink
coveragerc file added
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Jun 23, 2015
1 parent fa4250f commit 81435c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[run]
branch = True
omit = djangui/conf*,djangui/migrations*,djangui/tests*,djangui/backend/ast*
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ testenv:
test:
nosetests --with-coverage --cover-erase --cover-package=djangui tests
coverage run --append --branch --source=djangui `which django-admin.py` test --settings=djangui.test_settings djangui.tests
coverage report --omit=djangui/conf*,djangui/migrations*,djangui/tests*,djangui/backend/ast*
coverage report

0 comments on commit 81435c5

Please sign in to comment.