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 9a71ae5 commit 664e6f4Copy full SHA for 664e6f4
modules/testrail_integration.py
@@ -284,7 +284,7 @@ def reportable(platform_to_test=None):
284
logging.warning(
285
f"Potentially matching run found for {platform}, may be reportable. ({covered_suites} out of {num_suites} suites already reported.)"
286
)
287
- return covered_suites < num_suites
+ return covered_suites + 1 < num_suites
288
289
290
def testrail_init() -> TestRail:
0 commit comments