diff options
author | Michael Howitz <mh@gocept.com> | 2022-12-09 08:33:42 +0100 |
---|---|---|
committer | Michael Howitz <mh@gocept.com> | 2022-12-09 08:35:34 +0100 |
commit | fd0d4eaed1cf6782be0ef0f7355f7dc459504885 (patch) | |
tree | 2eb60c72cd71be7f15b931d4420029b6e2137ed3 /tox.ini | |
parent | 8f7c112a74a3c1aa576a0bd277f48bb52d2c99cd (diff) | |
download | zope-exceptions-master.tar.gz |
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -44,6 +44,7 @@ deps = [testenv:isort-apply] basepython = python3 +skip_install = true commands_pre = deps = isort @@ -69,8 +70,8 @@ commands = mkdir -p {toxinidir}/parts/htmlcov coverage run -m zope.testrunner --test-path=src {posargs:-vc} coverage run -a -m sphinx -b doctest -d {envdir}/.cache/doctrees docs {envdir}/.cache/doctest - coverage html - coverage report -m --fail-under=99.5 + coverage html --ignore-errors + coverage report --ignore-errors --show-missing --fail-under=99.5 [coverage:run] branch = True |