Skip to content

Commit

Permalink
Update test coverage target value
Browse files Browse the repository at this point in the history
Signed-off-by: Shion Yamashita <shioyama1118@gmail.com>
  • Loading branch information
shioyama18 committed May 18, 2020
1 parent c01758b commit 30abe2c
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 @@ -17,7 +17,7 @@
import framework.utils as utils
import host_tools.cargo_build as host # pylint: disable=import-error

COVERAGE_TARGET_PCT = 84.53
COVERAGE_TARGET_PCT = 84.59
COVERAGE_MAX_DELTA = 0.05

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

0 comments on commit 30abe2c

Please sign in to comment.