Skip to content

Commit 150ba51

Browse files
dianpopaacatangiu
authored andcommitted
CI: update coverage requirements to 65%
Signed-off-by: Diana Popa <[email protected]>
1 parent 812010b commit 150ba51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build/test_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_coverage(test_session_root_path, testsession_tmp_path):
2727
created by kcov after a coverag run.
2828
"""
2929

30-
COVERAGE_TARGET_PCT = 64.0
30+
COVERAGE_TARGET_PCT = 65.0
3131
# TODO: Put the coverage in s3 and update it automatically.
3232

3333
COVERAGE_FILE = 'index.json'

0 commit comments

Comments
 (0)