-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathcodecov.yml
77 lines (76 loc) · 1.64 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
coverage:
range: 50..100
status:
project:
default: false
stash:
flags: [stash]
stash_test:
flags: [stash_test]
stash_memory:
flags: [stash_memory]
stash_file:
flags: [stash_file]
stash_sqlite:
flags: [stash_sqlite]
stash_hive:
flags: [stash_hive]
stash_sembast:
flags: [stash_sembast]
stash_sembast_web:
flags: [stash_sembast_web]
stash_objectbox:
flags: [stash_objectbox]
stash_cbl:
flags: [stash_cbl]
stash_isar:
flags: [stash_isar]
stash_shared_preferences:
flags: [stash_shared_preferences]
stash_secure_storage:
flags: [stash_secure_storage]
stash_dio:
flags: [stash_dio]
flags:
stash:
paths:
- packages/stash/lib/
stash_test:
paths:
- packages/stash_test/lib/
stash_memory:
paths:
- packages/stash_memory/lib/
stash_file:
paths:
- packages/stash_file/lib/
stash_sqlite:
paths:
- packages/stash_sqlite/lib/
stash_hive:
paths:
- packages/stash_hive/lib/
stash_sembast:
paths:
- packages/stash_sembast/lib/
stash_sembast_web:
paths:
- packages/stash_sembast_web/lib/
stash_objectbox:
paths:
- packages/stash_objectbox/lib/
stash_cbl:
paths:
- packages/stash_cbl/lib/
stash_isar:
paths:
- packages/stash_isar/lib/
stash_shared_preferences:
paths:
- packages/stash_shared_preferences/lib/
stash_secure_storage:
paths:
- packages/stash_secure_storage/lib/
stash_dio:
paths:
- packages/stash_dio/lib/