Skip to content

Commit

Permalink
Add coveralls and improve coverage analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 11, 2018
1 parent 2a8f420 commit de504ca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[run]
source = AuthEncoding

[report]
precision = 2
exclude_lines =
pragma: no cover
if __name__ == '__main__':
raise NotImplementedError
raise AssertionError
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ install:
- bin/buildout
script:
- bin/test
after_success:
- coveralls
notifications:
email: false
cache:
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include *.txt
include *.rst
include .coveragerc

recursive-include include *
recursive-include src/AuthEncoding *
Expand Down

0 comments on commit de504ca

Please sign in to comment.