Skip to content

Commit

Permalink
Configuring for pure-python-with-multiprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 18, 2020
1 parent a121020 commit af25b8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python-with-multiprocess
[run]
source = src
source = z3c.recipe.tag
plugins = coverage_python_version
branch = true
parallel = true
Expand Down
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ include *.rst
include *.txt
include buildout.cfg
include tox.ini

exclude MANIFEST.in
include .coveragerc

recursive-include docs *.bat
recursive-include docs *.py
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ commands =
coverage run -m zope.testrunner --test-path=src []
coverage combine
coverage html
coverage report -m --fail-under=0
coverage report -m --fail-under=42

[coverage:report]
precision = 2
Expand Down

0 comments on commit af25b8e

Please sign in to comment.