Skip to content

Commit 76017e9

Browse files
committed
chore: update code coverage
Signed-off-by: Babis Chalios <[email protected]>
1 parent 9d24379 commit 76017e9

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
@@ -23,9 +23,9 @@
2323
# Checkout the cpuid crate. In the future other
2424
# differences may appear.
2525
if utils.is_io_uring_supported():
26-
COVERAGE_DICT = {"Intel": 82.92, "AMD": 82.25, "ARM": 82.57}
26+
COVERAGE_DICT = {"Intel": 82.95, "AMD": 82.28, "ARM": 82.57}
2727
else:
28-
COVERAGE_DICT = {"Intel": 80.02, "AMD": 79.36, "ARM": 79.69}
28+
COVERAGE_DICT = {"Intel": 80.09, "AMD": 79.42, "ARM": 79.69}
2929

3030
PROC_MODEL = proc.proc_type()
3131

0 commit comments

Comments
 (0)