Skip to content

Commit

Permalink
ci: report coverage by component (#3273)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Jun 26, 2023
1 parent 5a1d58a commit 90a9947
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,59 @@ coverage:
github_checks:
annotations: false
comment:
layout: "reach, files, flags, components"
require_changes: true
component_management:
individual_components:
- component_id: reth_binary
name: reth binary
paths:
- bin/**
- crates/config/**
- crates/metrics/**
- crates/tracing/**
- component_id: blockchain_tree
name: blockchain tree
paths:
- crates/blockchain-tree/**
- component_id: staged_sync
name: pipeline
paths:
- crates/stages/**
- crates/staged-sync/**
- component_id: storage
name: storage (db)
paths:
- crates/storage/**
- component_id: trie
name: trie
paths:
- crates/trie/**
- component_id: txpool
name: txpool
paths:
- crates/transaction-pool/**
- component_id: networking
name: networking
paths:
- crates/net/**
- component_id: rpc
name: rpc
paths:
- crates/rpc/**
- component_id: core
name: consensus/evm
paths:
- crates/revm/**
- crates/consensus/**
- component_id: builder
name: payload builder
paths:
- crates/payload/**
- component_id: primitives
name: primitives
paths:
- crates/primitives/**
- crates/tasks/**
- crates/rlp/**
- crates/interfaces/**

0 comments on commit 90a9947

Please sign in to comment.