Skip to content

Commit 3f6a425

Browse files
committed
minimum coverage threshold of 60
1 parent fbd632c commit 3f6a425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/code_utils/config_consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
MAX_CUMULATIVE_TEST_RUNTIME_NANOSECONDS = 100e6 # 100ms
88
N_TESTS_TO_GENERATE = 2
99
TOTAL_LOOPING_TIME = 10.0 # 10 second candidate benchmarking budget
10-
COVERAGE_THRESHOLD = 50.0
10+
COVERAGE_THRESHOLD = 60.0

0 commit comments

Comments
 (0)