Skip to content

Commit 6da1854

Browse files
committed
chore(coverage): updated test coverage
Updated test coverage Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 72ac94b commit 6da1854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/build/test_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def is_on_skylake():
2727
if utils.is_io_uring_supported():
2828
COVERAGE_DICT = {"Intel": 83.76, "AMD": 83.34, "ARM": 83.12}
2929
else:
30-
COVERAGE_DICT = {"Intel": 81.02, "AMD": 80.55, "ARM": 80.12}
30+
COVERAGE_DICT = {"Intel": 81.02, "AMD": 80.55, "ARM": 80.19}
3131

3232
PROC_MODEL = proc.proc_type()
3333

0 commit comments

Comments
 (0)