We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa2503 commit 595ec69Copy full SHA for 595ec69
1 file changed
.github/workflows/ci.yml
@@ -50,14 +50,13 @@ jobs:
50
with:
51
coverage-files: coverage/lcov.*.info
52
minimum-coverage: 50
53
- artifact-name: coverage-report
54
github-token: ${{ secrets.GITHUB_TOKEN }}
55
update-comment: true
56
57
- - name: Upload coverage reports
+ - name: Upload coverage report
58
uses: actions/upload-artifact@v4
59
60
- name: raw-coverage-reports
+ name: coverage-report
61
path: coverage
62
63
lint:
0 commit comments