Skip to content

Commit 00f1ae9

Browse files
stefano-garzarellastsquad
authored andcommitted
coverage: adapt to the new cargo-llvm-cov
rust-vmm-ci started using cargo-llvm-cov recently, so we have to adjust a bit the `coverage_score` (-2.12%) and `exclude_path` which now wants a regular expression. Signed-off-by: Stefano Garzarella <[email protected]>
1 parent 1ff5dc9 commit 00f1ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coverage_config_x86_64.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"coverage_score": 89.1,
3-
"exclude_path": "crates/virtio-bindings,crates/virtio-queue/src/mock.rs",
2+
"coverage_score": 86.98,
3+
"exclude_path": "crates/virtio-bindings|crates/virtio-queue/src/mock\\.rs",
44
"crate_features": "virtio-blk/backend-stdio"
55
}

0 commit comments

Comments
 (0)