We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb4bde commit 8ffec95Copy full SHA for 8ffec95
.github/workflows/unit-tests.yml
@@ -125,7 +125,7 @@ jobs:
125
CONDA_ENVS="py${{ matrix.python-version }} py${{ matrix.python-version }}_conda"
126
for CONDA_ENV in $CONDA_ENVS
127
do
128
- $CONDA run --no-capture-output -n "$CONDA_ENV" coverage run -m xmlrunner -o "reports/py${{ matrix.python-version }}" -v
+ $CONDA run --no-capture-output -n "$CONDA_ENV" coverage run -m xmlrunner -o "reports/$CONDA_ENV" -v
129
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage report -m
130
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage xml -o "reports/$CONDA_ENV/py-coverage.xml"
131
done
0 commit comments