Skip to content

Commit

Permalink
Add coverage configration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 6, 2017
1 parent aed495f commit afa8ae9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .coveragerc
@@ -0,0 +1,11 @@
[run]
source = martian

[report]
precision = 2
exclude_lines =
pragma: no cover
if __name__ == '__main__':
raise NotImplementedError
self.fail
raise AssertionError
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -4,4 +4,5 @@ include bootstrap.py
include buildout.cfg
include tox.ini
include .travis.yml
include .coveragerc
recursive-include src/martian *.txt *.pt *.py

0 comments on commit afa8ae9

Please sign in to comment.