Update Codecov test-results upload to supported action path#2970
Open
justinchuby with Copilot wants to merge 7 commits into
Open
Update Codecov test-results upload to supported action path#2970justinchuby with Copilot wants to merge 7 commits into
justinchuby with Copilot wants to merge 7 commits into
Conversation
Copilot created this pull request from a session on behalf of
justinchuby
July 23, 2026 14:50
View session
justinchuby
marked this pull request as ready for review
July 23, 2026 14:51
…te-codecov-pipeline-version
justinchuby
changed the base branch from
copilot/follow-up-bincount-index-put
to
main
July 23, 2026 14:51
Collaborator
|
@copilot cherrypick the fix and rebase from main |
Contributor
Author
Done in |
justinchuby
approved these changes
Jul 23, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2970 +/- ##
=======================================
Coverage 72.64% 72.64%
=======================================
Files 265 265
Lines 32192 32192
Branches 3038 3038
=======================================
Hits 23385 23385
Misses 7776 7776
Partials 1031 1031 ☔ View full report in Codecov by Harness. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The CI run surfaced a deprecated Codecov test-results path (
codecov/test-results-action@v1) and Node 20 deprecation warnings for that action. This PR updates the Codecov pipeline usage to the current supported invocation.What changed
codecov/test-results-action@v1codecov/codecov-action@v5configured for test results upload.Workflow impact
codecov-actionpath (report_type: test_results) to align with Codecov’s deprecation guidance.Patch excerpt