-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcoverage.toml
More file actions
48 lines (40 loc) · 795 Bytes
/
Copy pathcoverage.toml
File metadata and controls
48 lines (40 loc) · 795 Bytes
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
[global]
min_line = 1
min_branch = 0
[crates.pt-core]
min_line = 1
min_branch = 0
enforce = true
[crates.pt-common]
min_line = 1
min_branch = 0
enforce = true
[crates.pt-math]
min_line = 1
min_branch = 0
enforce = true
[crates.pt-telemetry]
min_line = 0
min_branch = 0
enforce = false
reason = "Coverage baseline not established yet."
[crates.pt-redact]
min_line = 0
min_branch = 0
enforce = false
reason = "Coverage baseline not established yet."
[crates.pt-config]
min_line = 0
min_branch = 0
enforce = false
reason = "Coverage baseline not established yet."
[crates.pt-bundle]
min_line = 0
min_branch = 0
enforce = false
reason = "Coverage baseline not established yet."
[crates.pt-report]
min_line = 0
min_branch = 0
enforce = false
reason = "Coverage baseline not established yet."