Merge pull request #9942 from jdknight/support-tox-coverage-on-win32

tox: support coverage on win32
This commit is contained in:
Takeshi KOMIYA 2021-12-10 02:09:47 +09:00 committed by GitHub
commit 73da161def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ basepython = python3
description = description =
Run code coverage checks. Run code coverage checks.
setenv = setenv =
PYTEST_ADDOPTS = --cov sphinx --cov-config {toxinidir}/setup.cfg PYTEST_ADDOPTS = --cov sphinx --cov-config "{toxinidir}/setup.cfg"
commands = commands =
{[testenv]commands} {[testenv]commands}
coverage report coverage report