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.
1 parent b5c3dfe commit 792819aCopy full SHA for 792819a
codeflash/result/critic.py
@@ -4,7 +4,11 @@
4
5
from codeflash.cli_cmds.console import logger
6
from codeflash.code_utils import env_utils
7
-from codeflash.code_utils.config_consts import COVERAGE_THRESHOLD, MIN_IMPROVEMENT_THRESHOLD, MIN_TESTCASE_PASSED_THRESHOLD
+from codeflash.code_utils.config_consts import (
8
+ COVERAGE_THRESHOLD,
9
+ MIN_IMPROVEMENT_THRESHOLD,
10
+ MIN_TESTCASE_PASSED_THRESHOLD,
11
+)
12
from codeflash.models.models import TestType
13
14
if TYPE_CHECKING:
0 commit comments