-
Notifications
You must be signed in to change notification settings - Fork 1
/
codecov.yml.bkp
42 lines (39 loc) · 886 Bytes
/
codecov.yml.bkp
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
34
35
36
37
38
39
40
41
42
profiling:
critical_files_paths:
- app/calculator.py
comment:
show_critical_paths: true
flag_management:
default_rules: # the rules that will be followed for any flag added, generally
carryforward: true
statuses:
- type: project
target: auto
threshold: 1%
- type: patch
target: 1%
component_management:
default_rules:
statuses:
- type: project
target: auto
threshold: 1%
- type: patch
target: 1%
individual_components:
- component_id: dictionary
name: DictionaryApp
paths:
- "**/dictionary.py"
- component_id: calculator
name: CalculatorApp
paths:
- "**/calculator.py"
flag_regexes:
- "unit"
- component_id: banker
name: BankerApp
paths:
- "**/banker.py"
flag_regexes:
- "integration"