Skip to content

Commit

Permalink
coverage: try without data_file, exclude stuff we do not want to cons…
Browse files Browse the repository at this point in the history
…ider for coverage
  • Loading branch information
ThomasWaldmann committed Aug 8, 2015
1 parent 72f0cd7 commit 20674eb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
[run]
data_file = /tmp/.coverage
#data_file = /tmp/.coverage
source = borg

[report]
exclude_lines =
pragma: no cover
def __repr__
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:

0 comments on commit 20674eb

Please sign in to comment.