Update run_tests.py environment variable names

Change-Id: I5f6ad7369f10df04f02aa96b22ab8236a0e060ef
This commit is contained in:
Federico Ressi
2022-01-07 11:12:22 +01:00
parent 544fe81e8a
commit 2ac4100069
5 changed files with 104 additions and 67 deletions

View File

@@ -56,10 +56,10 @@ setenv =
TOX_COVER = true
TOX_COVER_DIR={env:TOX_COVER_DIR:{toxinidir}/cover}
commands =
{[testenv]commands}
commands_post =
coverage html -d "{env:TOX_COVER_DIR}"
coverage xml -o "{env:TOX_COVER_DIR}/coverage.xml"
whitelist_externals =
find