Skip to content

Commit 178c768

Browse files
committed
Update code coverage for Arm
Signed-off-by: StemCll [email protected]
1 parent 0c47bc4 commit 178c768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration_tests/build/test_coverage.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
# Checkout the cpuid crate. In the future other
2424
# differences may appear.
2525
if utils.is_io_uring_supported():
26-
COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.39}
26+
COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.47}
2727
else:
28-
COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.60}
28+
COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.66}
2929

3030
PROC_MODEL = proc.proc_type()
3131

0 commit comments

Comments
 (0)