Skip to content

Commit

Permalink
Correct omission for coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
tizot committed May 12, 2016
1 parent d3cd96f commit 0fd1445
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ omit =
*wsgi.py*
*admin.py*
*apps.py*
*/site-packages/*
*/virtualenv*

[report]
omit =
Expand All @@ -18,6 +20,8 @@ omit =
*wsgi.py*
*admin.py*
*apps.py*
*/site-packages/*
*/virtualenv*
exclude_lines =
import
from
Expand Down
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ test:
override:
- coverage run ./manage.py clean_pyc && ./manage.py test
post:
- coverage html -d coverage_html
- coveralls
- mkdir $CIRCLE_ARTIFACTS/coverage_html
- coverage html -d $CIRCLE_ARTIFACTS/coverage_html
- coveralls --data_file .coverage --config_file .coveragerc --coveralls_yaml .coveralls.yml

0 comments on commit 0fd1445

Please sign in to comment.