-
Notifications
You must be signed in to change notification settings - Fork 4
/
codecov.yml
33 lines (33 loc) · 952 Bytes
/
codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
comment: # this is a top-level key
require_bundle_changes: True
component_management:
default_rules: # default rules that will be inherited by all components
statuses:
- type: project # in this case every component that doens't have a status defined will have a project type one
target: auto
branches:
- "!main"
flag_regexes: # List. Flags to be included in the component.
- "test-flag-456"
individual_components:
- component_id: module_words
name: words # this is a display name, and can be changed freely
paths:
- words/**
- component_id: module_mafs
name: mafs # this is a display name, and can be changed freely
paths:
- mafs/**
flags:
flag1:
paths: #note, accepts globs, not regexes
- flag1
carryforward: true
flag2:
paths:
- flag2
carryforward: true
frontend:
paths:
- frontend
carryforward: false