Skip to content

Commit be20a67

Browse files
committed
Update code coverage for Arm
Signed-off-by: StemCll [email protected]
1 parent 5cf0343 commit be20a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/build/test_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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.41}
2727
else:
2828
COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.60}
2929

0 commit comments

Comments
 (0)