From 31489cc5b06128f77edcb1d2c00ff07d1c73f414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 04:06:48 +0000 Subject: [PATCH 1/2] build(deps): bump rust-vmm-ci from `d023262` to `d216a46` Bumps [rust-vmm-ci](https://github.com/rust-vmm/rust-vmm-ci) from `d023262` to `d216a46`. - [Release notes](https://github.com/rust-vmm/rust-vmm-ci/releases) - [Commits](https://github.com/rust-vmm/rust-vmm-ci/compare/d023262164ef8766ac2b0be33de13ef52b8706a1...d216a46879096a4f1e83af3a7b6c90c26e1a688d) --- updated-dependencies: - dependency-name: rust-vmm-ci dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust-vmm-ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-vmm-ci b/rust-vmm-ci index d023262..d216a46 160000 --- a/rust-vmm-ci +++ b/rust-vmm-ci @@ -1 +1 @@ -Subproject commit d023262164ef8766ac2b0be33de13ef52b8706a1 +Subproject commit d216a46879096a4f1e83af3a7b6c90c26e1a688d From 3cc37dada445623a60ca05891d56c28f05eef6e1 Mon Sep 17 00:00:00 2001 From: Sergii Glushchenko Date: Tue, 25 Jan 2022 10:13:02 +0100 Subject: [PATCH 2/2] Adjust test coverage Signed-off-by: Sergii Glushchenko --- 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 25e5d8f..58619aa 100644 --- a/coverage_config_x86_64.json +++ b/coverage_config_x86_64.json @@ -1,5 +1,5 @@ { - "coverage_score": 85.7, + "coverage_score": 85.5, "exclude_path": "", "crate_features": "" }