Skip to content

Commit 47fa9c4

Browse files
authored
Merge branch 'main' into runtime-fixes-jul10
2 parents 85c17f4 + 6add2dc commit 47fa9c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ def setup_and_establish_baseline(
905905
if self.args.override_fixtures:
906906
restore_conftest(original_conftest_content)
907907
cleanup_paths(paths_to_cleanup)
908-
return Failure("The threshold for test coverage was not met.")
908+
return Failure("The threshold for test confidence was not met.")
909909

910910
return Success(
911911
(

codeflash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# These version placeholders will be replaced by uv-dynamic-versioning during build.
2-
__version__ = "0.15.2"
2+
__version__ = "0.15.3"

0 commit comments

Comments
 (0)