Skip to content

Commit 24d8ff1

Browse files
committed
chore: update coverage
Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent b6d8dd5 commit 24d8ff1

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": 83.83, "AMD": 83.15, "ARM": 83.01}
32+
COVERAGE_DICT = {"Intel": 83.83, "AMD": 83.15, "ARM": 82.89}
3333
else:
34-
COVERAGE_DICT = {"Intel": 80.94, "AMD": 80.26, "ARM": 80.12}
34+
COVERAGE_DICT = {"Intel": 80.94, "AMD": 80.26, "ARM": 80.04}
3535

3636
PROC_MODEL = proc.proc_type()
3737

0 commit comments

Comments
 (0)