Skip to content

Commit 0f95955

Browse files
Jonathan Woollett-LightJonathanWoollett-Light
Jonathan Woollett-Light
authored andcommitted
Update code coverage
Signed-off-by: Jonathan Woollett-Light <[email protected]>
1 parent 6c210a6 commit 0f95955

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
@@ -29,9 +29,9 @@
2929
# Checkout the cpuid crate. In the future other
3030
# differences may appear.
3131
if utils.is_io_uring_supported():
32-
COVERAGE_DICT = {"Intel": 84.77, "AMD": 84.11, "ARM": 83.78}
32+
COVERAGE_DICT = {"Intel": 83.96, "AMD": 83.31, "ARM": 83.42}
3333
else:
34-
COVERAGE_DICT = {"Intel": 81.89, "AMD": 81.25, "ARM": 80.86}
34+
COVERAGE_DICT = {"Intel": 81.12, "AMD": 80.47, "ARM": 80.51}
3535

3636
PROC_MODEL = proc.proc_type()
3737

0 commit comments

Comments
 (0)