FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 9618ce15 authored by Mike Knee's avatar Mike Knee
Browse files

fix: add posargs to tox config

parent 8ce476a0
No related branches found
No related tags found
1 merge request!39Ensure crsid field is always lower cased
......@@ -55,7 +55,7 @@ allowlist_externals=
commands_pre=
poetry install --no-root --sync
commands=
coverage run --source={toxinidir} -m pytest --junitxml={[_vars]build_root}/junit.xml
coverage run --source={toxinidir} -m pytest --junitxml={[_vars]build_root}/junit.xml {posargs}
coverage html --directory {[_vars]build_root}/htmlcov/
coverage report
coverage xml -o {env:COVERAGE_XML_FILE:{[_vars]build_root}/coverage.xml}
......
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