We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8baf090 commit 1c25f5cCopy full SHA for 1c25f5c
tests/integration_tests/build/test_coverage.py
@@ -18,7 +18,7 @@
18
import host_tools.cargo_build as host # pylint: disable=import-error
19
20
COVERAGE_TARGET_PCT = 84.02
21
-COVERAGE_MAX_DELTA = 0.05
+COVERAGE_MAX_DELTA = 0.10
22
23
CARGO_KCOV_REL_PATH = os.path.join(host.CARGO_BUILD_REL_PATH, 'kcov')
24
0 commit comments