You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"Potentially matching run found for {platform}, may be reportable. (Found {covered_mappings} site/region mappings reported.)"
208
+
f"Potentially matching run found for {platform}, may be reportable. (Found {covered_mappings} site/region mappings reported, expected {expected_mappings}.)"
211
209
)
212
-
logging.warning(f"Run is reportable: {report}")
213
-
# Only report when there is a new beta and no other site/region mappings are reported.
214
-
returnreport
210
+
# Only report when there is a new beta without a reported plan or if the selected split is not completely reported.
0 commit comments