Skip to content

Commit 7fb3a06

Browse files
author
Jonathan Woollett-Light
committed
fix: Update coverage
Updates the coverage considering the removed code. Signed-off-by: Jonathan Woollett-Light <[email protected]>
1 parent 5f3abe1 commit 7fb3a06

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
@@ -25,9 +25,9 @@ def is_on_skylake():
2525
# Checkout the cpuid crate. In the future other
2626
# differences may appear.
2727
if utils.is_io_uring_supported():
28-
COVERAGE_DICT = {"Intel": 82.44, "AMD": 81.68, "ARM": 80.95}
28+
COVERAGE_DICT = {"Intel": 80.41, "AMD": 79.59, "ARM": 78.77}
2929
else:
30-
COVERAGE_DICT = {"Intel": 79.76, "AMD": 78.90, "ARM": 78.01}
30+
COVERAGE_DICT = {"Intel": 77.72, "AMD": 76.79, "ARM": 75.82}
3131

3232
PROC_MODEL = proc.proc_type()
3333

0 commit comments

Comments
 (0)