Skip to content

Commit

Permalink
Add coverage config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 12, 2020
1 parent 6d5f3f0 commit a0fdfa3
Showing 1 changed file with 10 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]
branch = True
source = src

[report]
precision = 2
exclude_lines = pragma: no cover

[html]
directory = htmlcov

0 comments on commit a0fdfa3

Please sign in to comment.