Skip to content

Commit

Permalink
chore(ci): Fix codecov components
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Feb 19, 2025
1 parent f3f1268 commit a85a98a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,21 @@ component_management:
- component_id: core
name: core
paths:
- "code/crates/core-*/**"
- "code/crates/core-consensus/**"
- "code/crates/core-driver/**"
- "code/crates/core-state-machine/**"
- "code/crates/core-state-types/**"
- "code/crates/core-state-votekeeper/**"
- component_id: engine
name: engine
paths:
- "code/crates/engine/**"
- "code/crates/sync/**"
- component_id: app
name: app
paths:
- "code/crates/app/**"
- "code/crates/app-*/**"
- "code/crates/app-channel/**"
- component_id: starknet
name: starknet
paths:
Expand Down

0 comments on commit a85a98a

Please sign in to comment.