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.
1 parent 727e307 commit 883edf5Copy full SHA for 883edf5
.github/workflows/coverage.yml
@@ -53,6 +53,6 @@ jobs:
53
genhtml coverage.info --output-directory out
54
55
- name: Upload coverage reports to Codecov
56
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
57
with:
58
files: ${{github.workspace}}/build/out/index.html
0 commit comments