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 c7ee23e commit 63319bbCopy full SHA for 63319bb
.github/workflows/code_coverage.yml
@@ -27,11 +27,11 @@ jobs:
27
source .venv/bin/activate
28
pytest --cov=aiperf --cov-report=html:htmlcov
29
30
- - name: Upload coverage report as artifact
31
- uses: actions/upload-artifact@v4
32
- with:
33
- name: htmlcov
34
- path: htmlcov
+ # - name: Upload coverage report as artifact
+ # uses: actions/upload-artifact@v4
+ # with:
+ # name: htmlcov
+ # path: ./htmlcov
35
36
- name: List files in htmlcov
37
run: ls -R htmlcov
0 commit comments