Skip to content

Commit

Permalink
coverage: modify .coveragerc to be as similar as possible to codecov.…
Browse files Browse the repository at this point in the history
…io's example
  • Loading branch information
ThomasWaldmann committed Aug 8, 2015
1 parent eeba7c8 commit 8d34c45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[run]
data_file = /home/travis/.coverage
branch = True
source = borg

[report]
Expand All @@ -10,3 +11,4 @@ exclude_lines =
raise NotImplementedError
if 0:
if __name__ == .__main__.:
ignore_errors = True

0 comments on commit 8d34c45

Please sign in to comment.