Skip to content

Commit

Permalink
ci: run with pytest-cov version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
moe-ad committed Feb 3, 2025
1 parent 6f79b66 commit 1380b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ setenv =
TMP = {env_tmp_dir}

commands =
python -m pytest {env:PYTEST_PYTHON_FILES} {env:DEBUG} {env:RERUNS} {env:JUNITXML} #{env:DEBUG} {env:COVERAGE} {env:RERUNS} {env:JUNITXML} {posargs}
python -m pytest {env:PYTEST_PYTHON_FILES} {env:DEBUG} {env:RERUNS} {env:JUNITXML} {env:COVERAGE} {posargs}

[testenv:doc-{clean,links,html}]
description = Environment for documentation generation
Expand Down

0 comments on commit 1380b72

Please sign in to comment.