(build)
| 1170 | } |
| 1171 | |
| 1172 | async function tracePublishedGooglePlayBuild (build) { |
| 1173 | await storeObject('google_play', toShotBuildInfo(build), build.googlePlayTrack); |
| 1174 | } |
| 1175 | |
| 1176 | async function findPublishedGooglePlayBuild (build, forcedTrack) { |
| 1177 | const track = forcedTrack || build.googlePlayTrack; |
no test coverage detected