Skip to content

Commit

Permalink
fix: Update coverage
Browse files Browse the repository at this point in the history
Updates the coverage considering the removed code.

Signed-off-by: Jonathan Woollett-Light <[email protected]>
  • Loading branch information
Jonathan Woollett-Light committed Jul 19, 2023
1 parent 5f3abe1 commit 7fb3a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_tests/build/test_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def is_on_skylake():
# Checkout the cpuid crate. In the future other
# differences may appear.
if utils.is_io_uring_supported():
COVERAGE_DICT = {"Intel": 82.44, "AMD": 81.68, "ARM": 80.95}
COVERAGE_DICT = {"Intel": 80.41, "AMD": 79.59, "ARM": 78.77}
else:
COVERAGE_DICT = {"Intel": 79.76, "AMD": 78.90, "ARM": 78.01}
COVERAGE_DICT = {"Intel": 77.72, "AMD": 76.79, "ARM": 75.82}

PROC_MODEL = proc.proc_type()

Expand Down

0 comments on commit 7fb3a06

Please sign in to comment.