Bump codecov/codecov-action from v6.0.0 to v7.0.0#3092
Merged
Conversation
Copilot created this pull request from a session on behalf of
feanil
June 11, 2026 18:35
View session
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3092 +/- ##
========================================
Coverage 95.61% 95.62%
========================================
Files 1391 1392 +1
Lines 33077 33131 +54
Branches 7444 7706 +262
========================================
+ Hits 31628 31681 +53
- Misses 1396 1397 +1
Partials 53 53 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
07b903c to
0a7cf44
Compare
feanil
approved these changes
Jun 11, 2026
bmtcril
approved these changes
Jun 12, 2026
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.
Bumps
codecov/codecov-actionin.github/workflows/validate.ymlfromv6.0.0(57e3a136) tov7.0.0(fb8b3582).Description
.github/workflows/validate.yml: Updatecodecov/codecov-actionpin tofb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0Supporting information
Testing instructions
CI will validate the action runs correctly on merge.
Other information
No API or behavioral changes — version bump only. The upstream release notes note a key account migration from
codecovsecuritytocodecovsecopsfor GPG signing.Best Practices Checklist
We're trying to move away from some deprecated patterns in this codebase. Please
check if your PR meets these recommendations before asking for a review:
.ts,.tsx).propTypesanddefaultPropsin any new or modified code.src/testUtils.tsx(specificallyinitializeMocks)apiHooks.tsin this repo for examples.messages.tsfiles have adescriptionfor translators to use.../in import paths. To import from parent folders, use@src, e.g.import { initializeMocks } from '@src/testUtils';instead offrom '../../../../testUtils'