Skip to content

Commit

Permalink
chore: split consensus and revm codecov spaces (#3438)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Jun 27, 2023
1 parent 0e6dd4c commit bb57556
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,14 @@ component_management:
name: rpc
paths:
- crates/rpc/**
- component_id: core
name: consensus/evm
- component_id: consensus
name: consensus
paths:
- crates/revm/**
- crates/consensus/**
- component_id: revm
name: revm
paths:
- crates/revm/**
- component_id: builder
name: payload builder
paths:
Expand Down

0 comments on commit bb57556

Please sign in to comment.