From af25b8ec2282534e8891fcddbde7ae0e2cb56b20 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 18 Sep 2020 16:57:29 +0200 Subject: [PATCH] Configuring for pure-python-with-multiprocess --- .coveragerc | 2 +- MANIFEST.in | 3 +-- tox.ini | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.coveragerc b/.coveragerc index e0f3c99..8740eae 100644 --- a/.coveragerc +++ b/.coveragerc @@ -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 diff --git a/MANIFEST.in b/MANIFEST.in index 22d5a67..d5a09f1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/tox.ini b/tox.ini index 4924613..9876506 100644 --- a/tox.ini +++ b/tox.ini @@ -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