Skip to content

Commit c774571

Browse files
committed
chore: updated coverage
Updated code coverage Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 339173c commit c774571

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.66, "AMD": 83.24, "ARM": 83.11}
28+
COVERAGE_DICT = {"Intel": 83.66, "AMD": 83.24, "ARM": 83.06}
2929
else:
30-
COVERAGE_DICT = {"Intel": 80.90, "AMD": 80.45, "ARM": 80.13}
30+
COVERAGE_DICT = {"Intel": 80.90, "AMD": 80.45, "ARM": 80.06}
3131

3232
PROC_MODEL = proc.proc_type()
3333

0 commit comments

Comments
 (0)