Skip to content

Commit

Permalink
fix test coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
thraxil committed Apr 24, 2015
1 parent d34ec9f commit 56f3faa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[report]
ignore_errors = True
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jenkins: ./ve/bin/python validate test flake8
./bootstrap.py

test: ./ve/bin/python
$(MANAGE) jenkins --pep8-exclude=migrations
$(MANAGE) jenkins --pep8-exclude=migrations --enable-coverage --coverage-rcfile=.coveragerc

flake8: ./ve/bin/python
$(FLAKE8) $(APP) --max-complexity=10
Expand Down

0 comments on commit 56f3faa

Please sign in to comment.