We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf1218 commit 64931a8Copy full SHA for 64931a8
.github/workflows/coverage.yml
@@ -53,7 +53,7 @@ jobs:
53
[ -z "${ninja}" ] && export ninja=$(command -v ninja-build)
54
gcovr -r .. -f ../src -f src/ -e ../tests -e tests -x coverage.xml
55
56
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
57
with:
58
file: build/coverage.xml
59
fail_ci_if_error: true # optional (default = false)
0 commit comments