Skip to content

Commit

Permalink
Add .coveragerc file.
Browse files Browse the repository at this point in the history
Copied over with modification from pulsar. For some reason statistics are not showing up on coveralls (https://coveralls.io/builds/2070757) - maybe this will help.
  • Loading branch information
jmchilton committed Mar 9, 2015
1 parent 0bd4ff0 commit 8fd98f2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# .coveragerc to control coverage.py
[run]
branch = True
include = planemo/*

[report]
# Regexes for lines to exclude from consideration
exclude_lines =
if __name__ == .__main__.:

ignore_errors = True

[html]
directory = htmlcov/

0 comments on commit 8fd98f2

Please sign in to comment.