Skip to content

Commit

Permalink
fix tox for spaces in path
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Apr 23, 2024
1 parent abb29cf commit f29be4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ set_env =
_COVERAGE_SRC = {envsitepackagesdir}/virtualenv
commands =
coverage erase
coverage run -m pytest {posargs:--junitxml {toxworkdir}/junit.{envname}.xml tests --int}
coverage run -m pytest {posargs:--junitxml "{toxworkdir}/junit.{envname}.xml" tests --int}
coverage combine
coverage report --skip-covered --show-missing
coverage xml -o {toxworkdir}/coverage.{envname}.xml
coverage xml -o "{toxworkdir}/coverage.{envname}.xml"
coverage html -d {envtmpdir}/htmlcov --show-contexts --title virtualenv-{envname}-coverage
uv_seed = true

Expand Down

0 comments on commit f29be4a

Please sign in to comment.