Skip to content

Commit 3e0ede6

Browse files
author
Jonathan Woollett-Light
committed
fix: Update code coverage
Updates code coverage. Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
1 parent bc97921 commit 3e0ede6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration_tests/build/test_coverage.py

Lines changed: 2 additions & 2 deletions
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": 83.76, "AMD": 83.34, "ARM": 83.12}
28+
COVERAGE_DICT = {"Intel": 82.25, "AMD": 81.80, "ARM": 80.92}
2929
else:
30-
COVERAGE_DICT = {"Intel": 81.02, "AMD": 80.55, "ARM": 80.12}
30+
COVERAGE_DICT = {"Intel": 79.51, "AMD": 79.01, "ARM": 77.94}
3131

3232
PROC_MODEL = proc.proc_type()
3333

0 commit comments

Comments
 (0)