From 30abe2cc81cb5a0394fd657904e33a6f0d618c7c Mon Sep 17 00:00:00 2001 From: Shion Yamashita Date: Mon, 18 May 2020 13:31:52 +0000 Subject: [PATCH] Update test coverage target value Signed-off-by: Shion Yamashita --- tests/integration_tests/build/test_coverage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/build/test_coverage.py b/tests/integration_tests/build/test_coverage.py index f7143656ce4d..0e15ae1b47b6 100644 --- a/tests/integration_tests/build/test_coverage.py +++ b/tests/integration_tests/build/test_coverage.py @@ -17,7 +17,7 @@ import framework.utils as utils import host_tools.cargo_build as host # pylint: disable=import-error -COVERAGE_TARGET_PCT = 84.53 +COVERAGE_TARGET_PCT = 84.59 COVERAGE_MAX_DELTA = 0.05 CARGO_KCOV_REL_PATH = os.path.join(host.CARGO_BUILD_REL_PATH, 'kcov')