Skip to content

Commit 1c25f5c

Browse files
committed
Update max delta to fix AMD coverage.
Signed-off-by: Andrei Sandu <[email protected]>
1 parent 8baf090 commit 1c25f5c

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
@@ -18,7 +18,7 @@
1818
import host_tools.cargo_build as host # pylint: disable=import-error
1919

2020
COVERAGE_TARGET_PCT = 84.02
21-
COVERAGE_MAX_DELTA = 0.05
21+
COVERAGE_MAX_DELTA = 0.10
2222

2323
CARGO_KCOV_REL_PATH = os.path.join(host.CARGO_BUILD_REL_PATH, 'kcov')
2424

0 commit comments

Comments
 (0)