Skip to content

Commit

Permalink
coverage run {envbindir}/pytest --junitxml=junit-{envname}.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 11, 2023
1 parent 4ee0eea commit c8951b0
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 @@ -12,7 +12,7 @@ deps =
setenv =
COVERAGE_FILE=.cov-{envname}
commands =
coverage run pytest --junitxml=junit-{envname}.xml
coverage run {envbindir}/pytest --junitxml=junit-{envname}.xml
coverage run --source=pygal {envbindir}/py.test {posargs:pygal/test} --junitxml=junit-{envname}.xml
coverage xml -o coverage-{envname}.xml

Expand Down

0 comments on commit c8951b0

Please sign in to comment.