Merge branch 'main' into uv-powered-GHA

This commit is contained in:
Kevin Turcios 2025-02-11 08:15:54 -05:00 committed by GitHub
commit 5c52e9ea43
2 changed files with 2 additions and 2 deletions

View file

@ -7,4 +7,4 @@ MAX_TEST_FUNCTION_RUNS = 50
MAX_CUMULATIVE_TEST_RUNTIME_NANOSECONDS = 100e6 # 100ms
N_TESTS_TO_GENERATE = 2
TOTAL_LOOPING_TIME = 10.0 # 10 second candidate benchmarking budget
COVERAGE_THRESHOLD = 50.0
COVERAGE_THRESHOLD = 60.0

View file

@ -367,7 +367,7 @@ def test_coverage_critic() -> None:
border_coverage = CoverageData(
file_path=Path("test_file.py"),
coverage=50.0,
coverage=60.0,
function_name="test_function",
functions_being_tested=["function1", "function2"],
graph={},