Skip to content

Commit 5c52e9e

Browse files
authored
Merge branch 'main' into uv-powered-GHA
2 parents 456cc80 + 5d3db0f commit 5c52e9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

tests/test_critic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def test_coverage_critic() -> None:
367367

368368
border_coverage = CoverageData(
369369
file_path=Path("test_file.py"),
370-
coverage=50.0,
370+
coverage=60.0,
371371
function_name="test_function",
372372
functions_being_tested=["function1", "function2"],
373373
graph={},

0 commit comments

Comments
 (0)