Skip to content

Commit 77fdc6e

Browse files
committed
update coverage
While no rust code was changed in this PR, the devctr now has a new kcov version, which affects the total cov percentage. Signed-off-by: alindima <[email protected]>
1 parent 0c4a5d9 commit 77fdc6e

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": 84.95, "AMD": 84.42, "ARM": 83.11}
32+
COVERAGE_DICT = {"Intel": 85.04, "AMD": 84.51, "ARM": 84.05}
3333
else:
34-
COVERAGE_DICT = {"Intel": 81.95, "AMD": 81.42, "ARM": 80.13}
34+
COVERAGE_DICT = {"Intel": 82.03, "AMD": 81.5, "ARM": 80.99}
3535

3636
PROC_MODEL = proc.proc_type()
3737

0 commit comments

Comments
 (0)