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 99dd383 commit e4096acCopy full SHA for e4096ac
.github/workflows/coverage.yml
@@ -147,8 +147,8 @@ jobs:
147
- name: Generate coverage report
148
run: |
149
cd $CUDA_PYTHON_ROOT/..
150
- coverage html --rcfile=$REPO_ROOT/.coveragerc
151
- coverage xml --rcfile=$REPO_ROOT/.coveragerc -o htmlcov/coverage.xml
+ $REPO_ROOT/.venv/bin/coverage html --rcfile=$REPO_ROOT/.coveragerc
+ $REPO_ROOT/.venv/bin/coverage xml --rcfile=$REPO_ROOT/.coveragerc -o htmlcov/coverage.xml
152
mkdir $REPO_ROOT/docs
153
mv htmlcov $REPO_ROOT/docs/coverage
154
tree $REPO_ROOT/docs
0 commit comments