From 156c3a480d82223c3fb1bf3f61b7dd894a88401b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Aug 2021 01:07:33 +0000 Subject: [PATCH 1/2] Bump rust-vmm-ci from `d2ab3c0` to `8901e77` Bumps [rust-vmm-ci](https://github.com/rust-vmm/rust-vmm-ci) from `d2ab3c0` to `8901e77`. - [Release notes](https://github.com/rust-vmm/rust-vmm-ci/releases) - [Commits](https://github.com/rust-vmm/rust-vmm-ci/compare/d2ab3c090833aec72eee7da1e3884032206b00e3...8901e7752288ae1061e2ee888a104c083a451668) --- 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 d2ab3c0..8901e77 160000 --- a/rust-vmm-ci +++ b/rust-vmm-ci @@ -1 +1 @@ -Subproject commit d2ab3c090833aec72eee7da1e3884032206b00e3 +Subproject commit 8901e7752288ae1061e2ee888a104c083a451668 From f92701d4118883a90724ec50c68aaab63b218b1e Mon Sep 17 00:00:00 2001 From: Laura Loghin Date: Mon, 30 Aug 2021 14:59:33 +0300 Subject: [PATCH 2/2] remove coverage_config.json Signed-off-by: Laura Loghin --- coverage_config.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 coverage_config.json diff --git a/coverage_config.json b/coverage_config.json deleted file mode 100644 index 6637851..0000000 --- a/coverage_config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "coverage_score": 90, - "exclude_path": "", - "crate_features": "" -}