Skip to content

Commit 8a52be8

Browse files
committed
Upgrade codecov-action (v3->v4) to use Node20
Resolves: #141 Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent fbf1218 commit 8a52be8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/coverage.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
[ -z "${ninja}" ] && export ninja=$(command -v ninja-build)
5454
gcovr -r .. -f ../src -f src/ -e ../tests -e tests -x coverage.xml
5555
56-
- uses: codecov/codecov-action@v3
56+
- uses: codecov/codecov-action@v4
57+
env:
58+
token: ${{ secrets.CODECOV_TOKEN }}
59+
slug: latchset/tang
5760
with:
5861
file: build/coverage.xml
5962
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)