Skip to content

Commit e4096ac

Browse files
committed
Fix paths
1 parent 99dd383 commit e4096ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ jobs:
147147
- name: Generate coverage report
148148
run: |
149149
cd $CUDA_PYTHON_ROOT/..
150-
coverage html --rcfile=$REPO_ROOT/.coveragerc
151-
coverage xml --rcfile=$REPO_ROOT/.coveragerc -o htmlcov/coverage.xml
150+
$REPO_ROOT/.venv/bin/coverage html --rcfile=$REPO_ROOT/.coveragerc
151+
$REPO_ROOT/.venv/bin/coverage xml --rcfile=$REPO_ROOT/.coveragerc -o htmlcov/coverage.xml
152152
mkdir $REPO_ROOT/docs
153153
mv htmlcov $REPO_ROOT/docs/coverage
154154
tree $REPO_ROOT/docs

0 commit comments

Comments
 (0)