Skip to content

Commit

Permalink
Adding coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuejunior committed Dec 14, 2020
1 parent 26f7800 commit 0a249b0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[run]
branch = True
omit =
*/examples/*
*/__main__.py

[report]
exclude_lines =
pragma: no cover
def __repr__
if self\.debug
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
pass

ignore_errors = True
sort = Cover

[html]
directory = coverage_html_report

0 comments on commit 0a249b0

Please sign in to comment.