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

Commit

Permalink
Trying to make the coverage report ignore test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
danalex97 committed Jul 26, 2017
1 parent 9c04586 commit aeafea2
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 @@
[report]
omit =
*/tests/*
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 aeafea2

Please sign in to comment.