-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodecov.yml
More file actions
63 lines (59 loc) · 1.15 KB
/
Copy pathcodecov.yml
File metadata and controls
63 lines (59 loc) · 1.15 KB
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
coverage:
status:
project:
default:
target: auto
threshold: 1%
informational: true
patch:
default:
target: auto
threshold: 1%
informational: true
precision: 2
round: down
range: "60...90"
flags:
ispect:
paths:
- packages/ispect/lib/
carryforward: true
ispect_layout:
paths:
- packages/ispect_layout/lib/
carryforward: true
ispectify:
paths:
- packages/ispectify/lib/
carryforward: true
ispectify_db:
paths:
- packages/ispectify_db/lib/
carryforward: true
ispectify_dio:
paths:
- packages/ispectify_dio/lib/
carryforward: true
ispectify_http:
paths:
- packages/ispectify_http/lib/
carryforward: true
ispectify_ws:
paths:
- packages/ispectify_ws/lib/
carryforward: true
ispectify_bloc:
paths:
- packages/ispectify_bloc/lib/
carryforward: true
ignore:
- "**/example/**"
- "**/test/**"
- "**/*.g.dart"
- "**/*.freezed.dart"
- "**/generated/**"
- "web_logs_viewer/**"
comment:
layout: "header, diff, flags, components"
behavior: default
require_changes: false