Remove codecov/test-results-action#2872
Conversation
Remove usage of `codecov/test-results-action` which is now deprecated.
There was a problem hiding this comment.
Pull request overview
This PR removes the deprecated codecov/test-results-action and replaces it with the unified codecov/[email protected], which now handles both coverage and test results uploads.
Key Changes:
- Migrated from deprecated
codecov/[email protected]tocodecov/[email protected] - Added
report_type: test_resultsparameter to specify the upload type
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2872 +/- ##
=======================================
Coverage 96.15% 96.15%
=======================================
Files 309 309
Lines 7127 7127
Branches 1005 1005
=======================================
Hits 6853 6853
Misses 221 221
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Remove usage of
codecov/test-results-actionwhich is now deprecated.