Skip to content

Commit 7843fa9

Browse files
roypatdianpopa
authored andcommitted
chore: adjust coverage
Signed-off-by: Patrick Roy <[email protected]>
1 parent baa427f commit 7843fa9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/integration_tests/build/test_coverage.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from framework import utils
88
from host_tools import proc
99

10-
1110
# We have different coverages based on the host kernel version. This is
1211
# caused by io_uring, which is only supported by FC for kernels newer
1312
# than 5.10.
@@ -18,9 +17,9 @@
1817
# Checkout the cpuid crate. In the future other
1918
# differences may appear.
2019
if utils.is_io_uring_supported():
21-
COVERAGE_DICT = {"Intel": 82.97, "AMD": 82.14, "ARM": 82.43}
20+
COVERAGE_DICT = {"Intel": 82.92, "AMD": 82.14, "ARM": 82.43}
2221
else:
23-
COVERAGE_DICT = {"Intel": 80.13, "AMD": 79.28, "ARM": 79.34}
22+
COVERAGE_DICT = {"Intel": 80.07, "AMD": 79.28, "ARM": 79.34}
2423

2524
PROC_MODEL = proc.proc_type()
2625

0 commit comments

Comments
 (0)