From be20a67f3748130dc4336529b81499436df99959 Mon Sep 17 00:00:00 2001 From: StemCll Date: Wed, 16 Nov 2022 18:11:55 +0100 Subject: [PATCH] Update code coverage for Arm Signed-off-by: StemCll lydjotj6f@mozmail.com --- 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 ce158b6b0394..6d566cdf438d 100644 --- a/tests/integration_tests/build/test_coverage.py +++ b/tests/integration_tests/build/test_coverage.py @@ -23,7 +23,7 @@ # Checkout the cpuid crate. In the future other # differences may appear. if utils.is_io_uring_supported(): - COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.39} + COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.41} else: COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.60}