Skip to content

Commit 71f44c6

Browse files
committed
release/v0.15.3
1 parent e17d0f7 commit 71f44c6

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)