-
Notifications
You must be signed in to change notification settings - Fork 2.1k
build(deps): bump codecov/codecov-action from 4 to 5 #5636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
FWIW: I have not yet looked into the "token-less" upload. It looks like that doesn't automatically work on protected branches, so may need some looking at; #5620 (comment) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5636 +/- ##
=======================================
Coverage 59.49% 59.49%
=======================================
Files 346 346
Lines 29371 29371
=======================================
Hits 17474 17474
Misses 10922 10922
Partials 975 975
|
| uses: codecov/codecov-action@v5 | ||
| with: | ||
| file: ./build/coverage/coverage.txt | ||
| files: ./build/coverage/coverage.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Files takes a comma-separated list.. bit of an odd choice for this (not sure why they didn't pick an array / slice)
|
Ah! Hitting that issue that should be fixed through #5631 |
Bumps codecov/codecov-action from 4 to 5.
updated-dependencies:
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)