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