Skip to content

Commit

Permalink
Move coverage config into separate file as suggested by @jamadden.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 15, 2018
1 parent 68c979c commit 1c83f47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
@@ -0,0 +1,6 @@
[run]
branch = True
source = zodbpickle

[report]
precision = 2
7 changes: 0 additions & 7 deletions setup.cfg
@@ -1,13 +1,6 @@
[bdist_wheel]
universal = 0

[coverage:run]
branch = True
source = zodbpickle

[coverage:report]
precision = 2

[check-manifest]
ignore =
bootstrap.py
Expand Down

0 comments on commit 1c83f47

Please sign in to comment.