Skip to content

Commit 8ffec95

Browse files
committed
Fix path to test reports
1 parent 1bb4bde commit 8ffec95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
CONDA_ENVS="py${{ matrix.python-version }} py${{ matrix.python-version }}_conda"
126126
for CONDA_ENV in $CONDA_ENVS
127127
do
128-
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage run -m xmlrunner -o "reports/py${{ matrix.python-version }}" -v
128+
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage run -m xmlrunner -o "reports/$CONDA_ENV" -v
129129
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage report -m
130130
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage xml -o "reports/$CONDA_ENV/py-coverage.xml"
131131
done

0 commit comments

Comments
 (0)