FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 7aee8ff7 authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

fix(tox.ini): set build dir to match where CI jobs expect it to be

Although we write code coverage information to build/coverage.xml, our
CI jobs expect to find it at buils/py3/coverage.xml. Update tox.ini to
match.
parent 401ca01c
No related branches found
No related tags found
1 merge request!30fix(tox.ini): set build dir to match where CI jobs expect it to be
Pipeline #628425 passed
......@@ -25,7 +25,7 @@ skipsdist=True
# Where to write build artefacts. We default to the "build" directory in the
# tox.ini file's directory. Override with the TOXINI_ARTEFACT_DIR environment
# variable.
build_root={env:TOXINI_ARTEFACT_DIR:{toxinidir}/build}
build_root={env:TOXINI_ARTEFACT_DIR:{toxinidir}/build}/{envname}
[testenv]
# Which environment variables should be passed into the environment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment