Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
Update coverage.yml to use codecov-action v4
  • Loading branch information
hdholm authored Feb 6, 2024
1 parent 68d3ccf commit b2270ed
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

1 comment on commit b2270ed

@hdholm
Copy link
Owner Author

@hdholm hdholm commented on b2270ed Feb 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

codecov-action v4 requires token

Please sign in to comment.