Skip to content

Commit

Permalink
Update .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Schenck committed Jul 26, 2015
1 parent 10bd2f2 commit 51f53df
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
[run]
source=authorize
branch = True
source = authorize

[report]
exclude_lines =
pragma: no cover
def __repr__
if self\.debug
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
ignore_errors = True

0 comments on commit 51f53df

Please sign in to comment.