Skip to content

Commit 63319bb

Browse files
committed
Skip artifact upload
1 parent c7ee23e commit 63319bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/code_coverage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
source .venv/bin/activate
2828
pytest --cov=aiperf --cov-report=html:htmlcov
2929
30-
- name: Upload coverage report as artifact
31-
uses: actions/upload-artifact@v4
32-
with:
33-
name: htmlcov
34-
path: htmlcov
30+
# - name: Upload coverage report as artifact
31+
# uses: actions/upload-artifact@v4
32+
# with:
33+
# name: htmlcov
34+
# path: ./htmlcov
3535

3636
- name: List files in htmlcov
3737
run: ls -R htmlcov

0 commit comments

Comments
 (0)