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 a65c0ab commit cafc6f4Copy full SHA for cafc6f4
.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.4.3
+ uses: codecov/codecov-action@v5.5.0
42
with:
43
files: ./info.lcov
44
fail_ci_if_error: true
0 commit comments