We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afa3b5 commit 03b7d70Copy full SHA for 03b7d70
1 file changed
tox.ini
@@ -28,7 +28,9 @@ set_env =
28
commands =
29
pytest -ra --cov --cov-config pyproject.toml \
30
--cov-report=html:{envdir}/htmlcov --cov-context=test \
31
- --cov-report=xml:{toxworkdir}/coverage.{envname}.xml {posargs:-n auto}
+ --cov-report=xml:{toxworkdir}/coverage.{envname}.xml \
32
+ --cov-report term-missing \
33
+ {posargs:-n auto}
34
dependency_groups =
35
test
36
0 commit comments