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 Oct 12, 2017
1 parent 5d56238 commit 2e528e0
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 @@
[run]
source = grokcore.component

[report]
precision = 2
exclude_lines =
pragma: no cover
if __name__ == '__main__':
raise NotImplementedError
self.fail
raise AssertionError

0 comments on commit 2e528e0

Please sign in to comment.