-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
eg. https://github.com/zopefoundation/zc.zodbrecipes
In order to get correct coverage, @mgedmin pointed me to
https://github.com/buildout/buildout/blob/0185dc6a87f417160378547c776fb6da0c016e88/src/zc/buildout/testing.txt#L123-L152
After applying the fixes, you can't apply the config again, otherwise it deletes the fix again.
[meta]
template = pure-python
-commit-id = 4f6e46d28989b99f6dd6ee49829060a6720b79b9
+commit-id = 1e477452ac5420330d79b0a88bacc46abd2c858b
fail-under = 86
diff --git a/tox.ini b/tox.ini
index ebcd810..ecacc26 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,19 +38,15 @@ deps =
coverage
coverage-python-version
zope.testrunner
-setenv =
- COVERAGE_PROCESS_START={toxinidir}/tox.ini
commands =
coverage run -m zope.testrunner --test-path=src []
coverage html
- coverage combine
coverage report -m --fail-under=86
[coverage:run]
branch = True
plugins = coverage_python_version
-source = zc.zodbrecipes
-parallel = true
+source = src
[coverage:report]
precision = 2
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status
Status
No status