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 6d73381 commit d7fe120Copy full SHA for d7fe120
modules/testrail_integration.py
@@ -177,7 +177,7 @@ def reportable(platform_to_test=None):
177
logging.warning(
178
f"Potentially matching run found for {platform}, may be reportable. ({covered_suites} out of {num_suites} site/region mappings already reported.)"
179
)
180
- return covered_suites < num_suites
+ return covered_suites < num_suites - 2 # account for some incomplete mappings
181
else:
182
covered_suites = 0
183
for entry in plan_entries:
0 commit comments