Skip to content

Commit

Permalink
ci(codecov): show coverage of different vendoes separately
Browse files Browse the repository at this point in the history
Signed-off-by: Max SCHMELLER <[email protected]>
  • Loading branch information
mojomex committed Feb 20, 2025
1 parent da2e575 commit ab2232e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,35 @@ coverage:
ignore:
- ^build.* # for generated message wrappers
- ^nebula_examples.* # not safety-related

comment:
layout: header, diff, flags, components

component_management:
default_rules:
statuses:
- type: project # inherit project rules for coverage statuses
individual_components:
- component_id: common
name: Common
paths:
- "!**hesai**"
- "!**velodyne**"
- "!**continental**"
- "!**robosense**"
- component_id: hesai
name: Hesai
paths:
- "**hesai**"
- component_id: velodyne
name: Velodyne
paths:
- "**velodyne**"
- component_id: continental
name: Continental
paths:
- "**continental**"
- component_id: robosense
name: Robosense
paths:
- "**robosense**"

0 comments on commit ab2232e

Please sign in to comment.