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 0129158
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ 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
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: latchset/tang
with:
file: build/coverage.xml
fail_ci_if_error: true # optional (default = false)
Expand Down

0 comments on commit 0129158

Please sign in to comment.