Commit 8b61fe10 authored by Jens Vagelpohl's avatar Jens Vagelpohl

- add coverage combine step

parent a17324e8
......@@ -19,7 +19,8 @@ setenv =
[testenv:coverage]
basepython = python3.7
commands =
coverage run --source=ZODB -m zope.testrunner --test-path=src []
coverage run {envdir}/bin/zope-testrunner --all --test-path=src []
coverage combine
coverage report
deps =
{[testenv]deps}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment