File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ shippable/
1212htmlcov /
1313.dir-locals.el
1414.venv /
15+ junit.xml
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ setenv =
3838 # For instance: ./.tox/py3/tmp/
3939 TOXTEMPDIR ={envtmpdir}
4040commands =
41- python -m pytest --cov-report =html --cov-config =pyproject.toml --cov =west {posargs:tests} --basetemp =' {envtmpdir}/pytest with space/'
41+ python -m pytest --junitxml =junit.xml -o junit_family =xunit1 -- cov-report =html --cov-config =pyproject.toml --cov =west {posargs:tests} --basetemp =' {envtmpdir}/pytest with space/'
4242 python -m flake8 --config =' {toxinidir}' /tox.ini ' {toxinidir}'
4343 python -m ruff check ' {toxinidir}'
4444 python -m mypy --config-file =' {toxinidir}' /tox.ini --package =west
You can’t perform that action at this time.
0 commit comments