Skip to content

Commit

Permalink
Update code coverage for Arm
Browse files Browse the repository at this point in the history
Signed-off-by: StemCll [email protected]
  • Loading branch information
StemCll committed Nov 16, 2022
1 parent 5cf0343 commit be20a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/build/test_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Checkout the cpuid crate. In the future other
# differences may appear.
if utils.is_io_uring_supported():
COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.39}
COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.41}
else:
COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.60}

Expand Down

0 comments on commit be20a67

Please sign in to comment.