From 2d85e865ecd4ee98df4de6ab6778dbcda0efa0db Mon Sep 17 00:00:00 2001 From: Stefano Garzarella Date: Tue, 3 Sep 2024 11:03:06 +0200 Subject: [PATCH] coverage: update the score The latest toolchain update in rust-vmm-ci increased the coverage, causing the following CI error: Current code coverage (78.40%) deviates by 5.36% from the previous code coverage 73.04% Signed-off-by: Stefano Garzarella --- coverage_config_x86_64.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coverage_config_x86_64.json b/coverage_config_x86_64.json index 7bd20e2..b6548ed 100644 --- a/coverage_config_x86_64.json +++ b/coverage_config_x86_64.json @@ -1,5 +1,5 @@ { - "coverage_score": 73.04, + "coverage_score": 78.40, "exclude_path": "vhost/src/vhost_kern/", "crate_features": "vhost/vhost-user-frontend,vhost/vhost-user-backend,vhost-user-backend/postcopy" }