-
Notifications
You must be signed in to change notification settings - Fork 13
/
codecov.yml
63 lines (63 loc) · 1.15 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
codecov:
notify:
after_n_builds: 1
coverage:
range: 50...80
precision: 2
round: nearest
status:
project:
default: false
Control:
flags:
- control
target: 70%
threshold: 0%
if_not_found: success
if_ci_failed: error
QualityControl:
flags:
- qualitycontrol
target: 60%
threshold: 0%
if_not_found: success
if_ci_failed: error
InfoLogger:
flags:
- infologger
target: 70%
threshold: 0%
if_not_found: success
if_ci_failed: error
Framework:
flags:
- framework
target: 70%
threshold: 0%
if_not_found: success
if_ci_failed: error
patch:
default:
target: 75%
flags:
control:
paths:
- "Control"
carryforward: true
qualitycontrol:
paths:
- "QualityControl"
carryforward: true
infologger:
paths:
- "InfoLogger"
carryforward: true
framework:
paths:
- "Framework"
carryforward: true
ignore:
- docs/*
- node_modules/*
- Control/protobuf/*
comment: false