Skip to content

Commit

Permalink
Let's not git ignore .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Sep 17, 2013
1 parent 869a67f commit 070d439
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .coveragerc
@@ -0,0 +1,6 @@
[report]
exclude_lines =
pragma: nocover
except ImportError:
raise NotImplementedError
if __name__ == '__main__':
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -8,9 +8,10 @@ man
parts

__pycache__
.*
.coverage
*.dll
*.pyc
*.pyo
*.so
*.egg-info/
.tox/
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -2,6 +2,7 @@ include *.rst
include *.txt
include tox.ini
include .travis.yml
include .coveragerc

recursive-include src *

Expand Down

0 comments on commit 070d439

Please sign in to comment.