Skip to content

Commit 595ec69

Browse files
committed
ci: prevent coverage guard action from uploading coverage report
1 parent 3fa2503 commit 595ec69

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,13 @@ jobs:
5050
with:
5151
coverage-files: coverage/lcov.*.info
5252
minimum-coverage: 50
53-
artifact-name: coverage-report
5453
github-token: ${{ secrets.GITHUB_TOKEN }}
5554
update-comment: true
5655

57-
- name: Upload coverage reports
56+
- name: Upload coverage report
5857
uses: actions/upload-artifact@v4
5958
with:
60-
name: raw-coverage-reports
59+
name: coverage-report
6160
path: coverage
6261

6362
lint:

0 commit comments

Comments
 (0)