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 adae17f commit ab61624Copy full SHA for ab61624
modules/testrail_integration.py
@@ -173,7 +173,7 @@ def reportable(platform_to_test=None):
173
num_suites = 0
174
for site, regions in l10n_mappings.items():
175
# each region for win and mac (linux not yet added)
176
- num_suites += len(regions) * 2
+ num_suites += len(regions)
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
)
0 commit comments