Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #62 from PetrDlouhy/fix/coverage
Browse files Browse the repository at this point in the history
fix coverage reports
  • Loading branch information
jsmesami committed Oct 2, 2017
2 parents f7bcbc3 + 55c7d68 commit bf9b239
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python:
install:
- pip install -r requirements_base.txt
- pip install nodeenv
- pip install coveralls
- pip install coveralls django-coverage-plugin
- pip install flake8
- pip install -q "$DJANGO_VERSION"
- nodeenv -p --prebuilt
Expand Down
8 changes: 8 additions & 0 deletions src/.coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[run]
source =
.
omit =
*/migrations*
plugins =
django_coverage_plugin
branch = True

0 comments on commit bf9b239

Please sign in to comment.