Skip to content

Commit

Permalink
Upgrade codecov-action (v3->v4) to use Node20
Browse files Browse the repository at this point in the history
Resolves: #141

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi committed Feb 14, 2024
1 parent fbf1218 commit 64931a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
[ -z "${ninja}" ] && export ninja=$(command -v ninja-build)
gcovr -r .. -f ../src -f src/ -e ../tests -e tests -x coverage.xml
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: build/coverage.xml
fail_ci_if_error: true # optional (default = false)
Expand Down

0 comments on commit 64931a8

Please sign in to comment.