Skip to content

Commit 39435b2

Browse files
feat: add codecov component to filter interpreter
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
1 parent 0826533 commit 39435b2

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

codecov.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# What items to show in the Github PR comment
2+
comment:
3+
layout: "header, diff, components"
4+
5+
component_management:
6+
default_rules: # default rules that will be inherited by all components
7+
statuses:
8+
- type: project # in this case every component that doens't have a status defined will have a project type one
9+
target: auto
10+
branches:
11+
- "!main"
12+
individual_components:
13+
- component_id: interpreter
14+
name: interpreter
15+
paths:
16+
- src/**
17+
- component_id: checked
18+
name: checked api crate
19+
paths:
20+
- crates/checked/**
21+
- component_id: interop
22+
name: interop crate
23+
paths:
24+
- crates/interop/**
25+
- component_id: linker
26+
name: linker crate
27+
paths:
28+
- crates/linker/**

0 commit comments

Comments
 (0)