Skip to content

Commit

Permalink
Changing configuration for coverage reports. This should show a more …
Browse files Browse the repository at this point in the history
…accurate coverage on master.
  • Loading branch information
danalex97 committed Jul 26, 2017
1 parent 798e443 commit 2f06e90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[report]
omit =
*/tests/*
*/python?.?/*
*/site-packages/nose/*
*.egg/*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
script:
- python all_tests.py --coverage
after_success:
- coveralls
- coveralls --rcfile=.coveragerc
deploy:
provider: pypi
user: ocadotechnology
Expand Down

0 comments on commit 2f06e90

Please sign in to comment.