Skip to content

Commit

Permalink
Added converage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Salem Harrache authored and SalemHarrache committed Jul 15, 2016
1 parent cb69639 commit 506cf11
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]
branch = True
source = src
parallel = true


[report]
exclude_lines =
pragma: no cover
def __repr__
raise NotImplementedError

0 comments on commit 506cf11

Please sign in to comment.