Skip to content

Commit ee3fead

Browse files
committed
chore(tests): update code coverage for intel
Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent 20bacd3 commit ee3fead

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
@@ -19,7 +19,7 @@
1919
if utils.is_io_uring_supported():
2020
COVERAGE_DICT = {"Intel": 82.92, "AMD": 82.14, "ARM": 82.43}
2121
else:
22-
COVERAGE_DICT = {"Intel": 80.07, "AMD": 79.28, "ARM": 79.34}
22+
COVERAGE_DICT = {"Intel": 80.13, "AMD": 79.28, "ARM": 79.34}
2323

2424
PROC_MODEL = proc.proc_type()
2525

0 commit comments

Comments
 (0)