-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
71 lines (69 loc) · 1.5 KB
/
Copy pathcodecov.yml
File metadata and controls
71 lines (69 loc) · 1.5 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
64
65
66
67
68
69
70
71
coverage:
status:
default_rules:
flag_coverage_not_uploaded_behavior: exclude
project:
default: off
platform:
flags:
- platform
informational: true
notary-postgres:
flags:
- notary-postgres
informational: true
patch:
default: off
platform:
flags:
- platform
informational: true
notary-postgres:
flags:
- notary-postgres
informational: true
flags:
platform:
paths:
- "crates/registry-platform-*/**"
carryforward: true
notary-postgres:
paths:
- "crates/registry-notary/"
- "crates/registry-notary-server/"
carryforward: true
manifest-unit:
paths:
- "crates/registry-manifest-*/**"
carryforward: true
notary-unit:
paths:
- "crates/registry-notary*/**"
- "products/notary/xtask/**"
carryforward: true
notary-cel:
paths:
- "crates/registry-notary*/**"
carryforward: true
relay-unit:
paths:
- "crates/registry-relay/**"
carryforward: true
relay-postgres:
paths:
- "crates/registry-relay/**"
carryforward: true
developer-tools:
paths:
- "crates/registry-config-report/**"
- "crates/registry-language-server/**"
carryforward: true
registryctl-unit:
paths:
- "crates/registryctl/**"
carryforward: true
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: true
show_carryforward_flags: true