Skip to content

chore(ci): Recover codecov file from original main#421

Merged
dhyaniarun1993 merged 13 commits intounstablefrom
emhane/recover-codecov-file
Dec 2, 2025
Merged

chore(ci): Recover codecov file from original main#421
dhyaniarun1993 merged 13 commits intounstablefrom
emhane/recover-codecov-file

Conversation

@emhane
Copy link
Copy Markdown

@emhane emhane commented Dec 2, 2025

Ref #406
Based on #415

Checks out codecov config from archived main branch (from 2 years ago)

Copilot AI review requested due to automatic review settings December 2, 2025 11:25
@emhane emhane requested a review from theochap as a code owner December 2, 2025 11:25
@emhane emhane added the A-ci Area: CI label Dec 2, 2025
@emhane emhane requested a review from BioMark3r as a code owner December 2, 2025 11:25
@emhane emhane added the W-historical-proofs Workstream: historical-proofs label Dec 2, 2025
@emhane emhane changed the base branch from unstable to arun/chore/code-coverage December 2, 2025 11:26
@emhane emhane requested a review from op-will as a code owner December 2, 2025 11:26
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/**
Copy link

Copilot AI Dec 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
- crates/rlp/**

Copilot uses AI. Check for mistakes.
codecov.yml Outdated
Comment on lines +67 to +68
- crates/rlp/**
- crates/interfaces/** No newline at end of file
Copy link

Copilot AI Dec 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The path crates/interfaces/** no longer exists in the current codebase. This path should be removed from the primitives component.

Suggested change
- crates/rlp/**
- crates/interfaces/**
- crates/rlp/**

Copilot uses AI. Check for mistakes.
codecov.yml Outdated
Comment on lines +22 to +25
- component_id: blockchain_tree
name: blockchain tree
paths:
- crates/blockchain-tree/**
Copy link

Copilot AI Dec 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
- component_id: blockchain_tree
name: blockchain tree
paths:
- crates/blockchain-tree/**

Copilot uses AI. Check for mistakes.
@emhane emhane changed the base branch from arun/chore/code-coverage to unstable December 2, 2025 11:27
@emhane emhane changed the base branch from unstable to arun/chore/code-coverage December 2, 2025 11:45
@emhane emhane added the K-test Kind: test label Dec 2, 2025
Base automatically changed from arun/chore/code-coverage to unstable December 2, 2025 11:56
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@dhyaniarun1993 dhyaniarun1993 merged commit b129588 into unstable Dec 2, 2025
49 of 52 checks passed
@dhyaniarun1993 dhyaniarun1993 deleted the emhane/recover-codecov-file branch December 2, 2025 14:23
emhane added a commit that referenced this pull request Dec 8, 2025
Ref #406
Based on #415

Checks out codecov config from archived main branch (from 2 years ago)

---------

Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
emhane added a commit that referenced this pull request Dec 10, 2025
Ref #406
Based on #415

Checks out codecov config from archived main branch (from 2 years ago)

---------

Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
emhane added a commit that referenced this pull request Dec 18, 2025
Ref #406
Based on #415

Checks out codecov config from archived main branch (from 2 years ago)

---------

Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
emhane added a commit that referenced this pull request Dec 18, 2025
Ref #406
Based on #415

Checks out codecov config from archived main branch (from 2 years ago)

---------

Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
emhane added a commit that referenced this pull request Jan 5, 2026
Ref #406
Based on #415

Checks out codecov config from archived main branch (from 2 years ago)

---------

Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
emhane added a commit that referenced this pull request Jan 13, 2026
Ref #406
Based on #415

Checks out codecov config from archived main branch (from 2 years ago)

---------

Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
emhane added a commit that referenced this pull request Jan 15, 2026
Ref #406
Based on #415

Checks out codecov config from archived main branch (from 2 years ago)

---------

Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
emhane added a commit that referenced this pull request Jan 20, 2026
Ref #406
Based on #415

Checks out codecov config from archived main branch (from 2 years ago)

---------

Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
emhane added a commit that referenced this pull request Jan 26, 2026
Ref #406
Based on #415

Checks out codecov config from archived main branch (from 2 years ago)

---------

Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
emhane added a commit that referenced this pull request Jan 29, 2026
Ref #406
Based on #415

Checks out codecov config from archived main branch (from 2 years ago)

---------

Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ci Area: CI K-test Kind: test W-historical-proofs Workstream: historical-proofs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants