Skip to content

Commit

Permalink
Merge pull request #126 from broadinstitute/ct-add-mafft
Browse files Browse the repository at this point in the history
added .coveragerc so code can be excluded from test coverage reports
  • Loading branch information
dpark01 committed Apr 14, 2015
2 parents 423caca + 9bffdea commit d77b1a8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .coveragerc
@@ -0,0 +1,14 @@
# .coveragerc to control test coverage report
[report]

exclude_lines =
pragma: no cover

#raise AssertionError
raise NotImplementedError

def __repr__
if self\.debug

if 0:
if __name__ == .__main__.:

0 comments on commit d77b1a8

Please sign in to comment.