Skip to content

Commit

Permalink
[CI] adjusted codecov scope
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Aug 1, 2017
1 parent 431a60b commit adc36f8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
File renamed without changes.
17 changes: 17 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[run]
source = graphi
branch = TRUE
cover_pylib = FALSE
parallel = False

[report]
exclude_lines =
# default
pragma: no cover
# python debug/internals
def __repr__
if __debug__:
assert
raise AssertionError
raise NotImplementedError
return NotImplemented

0 comments on commit adc36f8

Please sign in to comment.