Skip to content

Commit 47f8372

Browse files
coverage update due to CI running on m5d.metal
We were previously running the tests in an i3.metal. For some weird reason coverage was increased with 0.01 when switching to a m5d.metal. Signed-off-by: Andreea Florescu <[email protected]>
1 parent baa2718 commit 47f8372

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

2020
import host_tools.cargo_build as host # pylint: disable=import-error
2121

22-
COVERAGE_TARGET_PCT = 84.9
22+
COVERAGE_TARGET_PCT = 85.0
2323
COVERAGE_MAX_DELTA = 0.01
2424

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

0 commit comments

Comments
 (0)