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 d2529ac commit 6080461Copy full SHA for 6080461
.github/workflows/unit-test.yaml
@@ -38,7 +38,7 @@ jobs:
38
-instr-profile=./.build/debug/codecov/default.profdata \
39
> info.lcov
40
- name: Upload code coverage report to Codecov
41
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
42
with:
43
files: ./info.lcov
44
fail_ci_if_error: true
0 commit comments