Skip to content

Commit 4afa80d

Browse files
Save coverage-report removed name
1 parent 1df1b7c commit 4afa80d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/fedora_41.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
source /home/wxpy/venvs/Py314/bin/activate
9292
invoke test-ci
9393
zip -r coverage_report.zip .coverage-reports/htmlcov
94-
- name: Upload Coverage Report
9594
- uses: actions/upload-artifact@v4
9695
with:
9796
name: coverage-report

.github/workflows/linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126
git submodule update --init --recursive
127127
invoke test-ci
128128
zip -r coverage_report.zip .coverage-reports/htmlcov
129-
- name: Upload Coverage Report
130129
- uses: actions/upload-artifact@v4
131130
with:
132131
name: coverage-report

0 commit comments

Comments
 (0)