chore(ci): Recover codecov file from original main#421
chore(ci): Recover codecov file from original main#421dhyaniarun1993 merged 13 commits intounstablefrom
Conversation
…p-reth into arun/chore/code-coverage
There was a problem hiding this comment.
Pull request overview
This PR recovers a codecov configuration file from an archived main branch that was last active 2 years ago. The configuration defines code coverage reporting settings and component-based coverage tracking for various parts of the reth codebase.
Key Changes:
- Adds codecov.yml with coverage status settings (patch off, project informational)
- Defines 12 component groups for tracking coverage by functional area (binary, storage, networking, RPC, consensus, etc.)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
codecov.yml
Outdated
| paths: | ||
| - crates/primitives/** | ||
| - crates/tasks/** | ||
| - crates/rlp/** |
There was a problem hiding this comment.
The path crates/rlp/** no longer exists. RLP functionality is now provided via the alloy-rlp workspace dependency rather than an internal crate. This path should be removed from the primitives component.
| - crates/rlp/** |
codecov.yml
Outdated
| - crates/rlp/** | ||
| - crates/interfaces/** No newline at end of file |
There was a problem hiding this comment.
The path crates/interfaces/** no longer exists in the current codebase. This path should be removed from the primitives component.
| - crates/rlp/** | |
| - crates/interfaces/** | |
| - crates/rlp/** |
codecov.yml
Outdated
| - component_id: blockchain_tree | ||
| name: blockchain tree | ||
| paths: | ||
| - crates/blockchain-tree/** |
There was a problem hiding this comment.
The path crates/blockchain-tree/** no longer exists in the current codebase. This component should be removed or updated to point to the correct current directory structure.
| - component_id: blockchain_tree | |
| name: blockchain tree | |
| paths: | |
| - crates/blockchain-tree/** |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Ref #406
Based on #415
Checks out codecov config from archived main branch (from 2 years ago)