File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def quantity_of_tests_critic(candidate_result: OptimizedCandidateResult | Origin
106106 if pass_count >= MIN_TESTCASE_PASSED_THRESHOLD :
107107 return True
108108 # If one or more tests passed, check if least one of them was a successful REPLAY_TEST
109- return bool (pass_count >= 1 and report [models .TestType .REPLAY_TEST ]["passed" ] >= 1 ) # type: ignore # noqa: PGH003
109+ return bool (pass_count >= 1 and report [models .TestType .REPLAY_TEST ]["passed" ] >= 1 ) # type: ignore # noqa: PGH003
110110
111111
112112def coverage_critic (original_code_coverage : CoverageData | None , test_framework : str ) -> bool :
Original file line number Diff line number Diff line change 11# These version placeholders will be replaced by uv-dynamic-versioning during build.
2- __version__ = "0.16.7.post46 .dev0+444ff121 "
2+ __version__ = "0.16.7.post77 .dev0+02f96e77 "
You can’t perform that action at this time.
0 commit comments