Skip to content

Commit acef532

Browse files
committed
Adjust coverage threshold.
Necessary to make CI pass; obviously we'd like this to be higher, but I don't think we should block initial merge on 90% coverage. Obviously, this'll end up changing depending on the order we merge the various device crates in, as the percentage is global over the repo. Signed-off-by: Gaelan Steele <[email protected]>
1 parent 2f6e30f commit acef532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage_config_x86_64.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"coverage_score": 36.3,
2+
"coverage_score": 46.6,
33
"exclude_path": "",
44
"crate_features": ""
55
}

0 commit comments

Comments
 (0)