Skip to content

Commit

Permalink
Added coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
derphilipp committed Nov 25, 2014
1 parent 82f07aa commit bccc49c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[report]
omit =
*/pyshared/*
*/python?.?/*
*/site-packages/nose/*
*/test/*
exclude_lines =
assert False
raise NotImplementedError
if __name__ == .__main__.:
def __repr__

0 comments on commit bccc49c

Please sign in to comment.