We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85c17f4 + 6add2dc commit 47fa9c4Copy full SHA for 47fa9c4
codeflash/optimization/function_optimizer.py
@@ -905,7 +905,7 @@ def setup_and_establish_baseline(
905
if self.args.override_fixtures:
906
restore_conftest(original_conftest_content)
907
cleanup_paths(paths_to_cleanup)
908
- return Failure("The threshold for test coverage was not met.")
+ return Failure("The threshold for test confidence was not met.")
909
910
return Success(
911
(
codeflash/version.py
@@ -1,2 +1,2 @@
1
# These version placeholders will be replaced by uv-dynamic-versioning during build.
2
-__version__ = "0.15.2"
+__version__ = "0.15.3"
0 commit comments