Skip to content

Commit

Permalink
Added .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
zensoup committed Jan 18, 2019
1 parent 385f772 commit ba18f31
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[run]
branch = True
source = fhirbug

[report]
exclude_lines =
if self.debug:
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
omit =
tests/*
fhirbug/Fhir/*

[html]
directory = cover

0 comments on commit ba18f31

Please sign in to comment.