ci: pass JOB_NAME to tox (#88209)
gitea/wcs/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2024-03-15 10:11:43 +01:00
parent 0d76883638
commit 87e3e9aa51
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ setenv =
LC_ALL=C
LC_TIME=C
LANG=C
JOB_NAME={env:JOB_NAME:}
coverage: COVERAGE=--cov-report xml --cov-report html --cov=wcs/ --cov-config .coveragerc -v
passenv =
USER