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.
actions/upload-artifact
v4
1 parent e4a23af commit b22d95fCopy full SHA for b22d95f
.github/workflows/code_coverage.yml
@@ -49,13 +49,12 @@ jobs:
49
run: mkdir coverage; grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '/*' -o ./coverage/lcov.info
50
- name: Generate HTML coverage report
51
run: genhtml -o coverage-report.html ./coverage/lcov.info
52
-
53
- name: Coveralls upload
54
uses: coverallsapp/github-action@master
55
with:
56
github-token: ${{ secrets.GITHUB_TOKEN }}
57
- name: Upload artifact
58
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
59
60
name: coverage-report
61
path: coverage-report.html
0 commit comments