| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## master #6754 +/- ##
=======================================
Coverage 54.31% 54.31%
=======================================
Files 349 349
Lines 24283 24283
Branches 5021 5021
=======================================
Hits 13190 13190
Misses 9888 9888
Partials 1205 1205 ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
| (options.buildId as string) || | ||
| (await apphosting.getNextRolloutId(projectId, location, backendId)); | ||
| const branch = options.branch as string; | ||
| const branch = (options.branch as string | undefined) ?? "main"; |
There was a problem hiding this comment.
A really neat improvement to this would be to see if they have a RolloutPolicy and pull the "default" branch from there. But that can come later.
Sorry, something went wrong.
There was a problem hiding this comment.
File a bug and assign it to me. I agree that would be much better, but IIRC rollouts is still an "internal tool" that hasn't gone through API review.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.