We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf1218 commit 8a52be8Copy full SHA for 8a52be8
.github/workflows/coverage.yml
@@ -53,7 +53,10 @@ 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
+ env:
58
+ token: ${{ secrets.CODECOV_TOKEN }}
59
+ slug: latchset/tang
60
with:
61
file: build/coverage.xml
62
fail_ci_if_error: true # optional (default = false)
0 commit comments