Skip to content

Commit

Permalink
Add .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamrick committed Nov 27, 2013
1 parent cba5778 commit bf971fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[report]
exclude_lines =
raise NotImplementedError
if __name__ == .__main__.:
def plot

0 comments on commit bf971fd

Please sign in to comment.