Skip to content

Commit

Permalink
Add coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Jul 7, 2014
1 parent 46135f9 commit 3ae5e6c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[report]

omit = indexfile/cli/*

exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:

0 comments on commit 3ae5e6c

Please sign in to comment.