From 2681d12435ffeda21025c5eb2398fb5d52601d73 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Wed, 13 Sep 2023 13:43:11 +0200 Subject: [PATCH] tests: adjust code coverage after tool updates CI was updated and now claims higher code coverage. Adjusting the values to what the CI claims now. Signed-off-by: Erik Schilling --- 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 0586cba..bf64db5 100644 --- a/coverage_config_x86_64.json +++ b/coverage_config_x86_64.json @@ -1,5 +1,5 @@ { - "coverage_score": 71.0, + "coverage_score": 73.42, "exclude_path": "", "crate_features": "" }