Skip to content

Commit bb57556

Browse files
authored
chore: split consensus and revm codecov spaces (#3438)
1 parent 0e6dd4c commit bb57556

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

codecov.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,14 @@ component_management:
4848
name: rpc
4949
paths:
5050
- crates/rpc/**
51-
- component_id: core
52-
name: consensus/evm
51+
- component_id: consensus
52+
name: consensus
5353
paths:
54-
- crates/revm/**
5554
- crates/consensus/**
55+
- component_id: revm
56+
name: revm
57+
paths:
58+
- crates/revm/**
5659
- component_id: builder
5760
name: payload builder
5861
paths:

0 commit comments

Comments
 (0)