Skip to content

Commit

Permalink
increase target code coverage to 82.5%
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Catangiu <acatan@amazon.com>
  • Loading branch information
acatangiu committed Mar 13, 2019
1 parent da51fa0 commit 02ed8f6
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 @@ -19,7 +19,7 @@
import host_tools.cargo_build as host # pylint: disable=import-error


COVERAGE_TARGET_PCT = 82.4
COVERAGE_TARGET_PCT = 82.5
COVERAGE_MAX_DELTA = 0.01

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

0 comments on commit 02ed8f6

Please sign in to comment.