-
Notifications
You must be signed in to change notification settings - Fork 9
/
codecov.yaml
69 lines (63 loc) · 1.2 KB
/
codecov.yaml
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
64
65
66
67
68
69
codecov:
require_ci_to_pass: true
branch: main
max_report_age: false
coverage:
precision: 2
round: down
range: "80...100"
status:
patch: false
project:
default: false
backend:
target: 80%
flags:
- notifyapi
- notifydelivery
- reportapi
- statusapi
- docapi
- documentsui
ui:
target: 80%
flags:
- documentsui
ignore:
- "^/tests/**/*" # ignore test harness code
parsers:
gcov:
branch_detection:
conditional: true
loop: true
method: false
macro: false
comment:
layout: "diff,flags,tree"
behavior: default
require_changes: true
flags:
notifyapi:
paths:
- notify-api/src/notify_api
carryforward: true
notifydelivery:
paths:
- notify-delivery/src/notify_delivery
carryforward: true
reportapi:
paths:
- report-api/src/report_api
carryforward: true
statusapi:
paths:
- status-api/src/status_api
carryforward: true
docapi:
paths:
- document-service/doc-api/src/doc_api
carryforward: true
documentsui:
paths:
- document-service/documents-ui
carryforward: true