Skip to content

Commit 9ec89b6

Browse files
AlexandruCihodaruluminitavoicu
authored andcommitted
[CI]: Update coverage
Signed-off-by: AlexandruCihodaru <[email protected]>
1 parent 3edd4e8 commit 9ec89b6

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
@@ -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": 85.09, "AMD": 84.51, "ARM": 84.04}
32+
COVERAGE_DICT = {"Intel": 85.09, "AMD": 84.51, "ARM": 83.98}
3333
else:
34-
COVERAGE_DICT = {"Intel": 82.03, "AMD": 81.5, "ARM": 80.98}
34+
COVERAGE_DICT = {"Intel": 82.03, "AMD": 81.5, "ARM": 80.91}
3535

3636
PROC_MODEL = proc.proc_type()
3737

0 commit comments

Comments
 (0)