-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(checks): Add checks on CloudFunctions #42
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## main #42 +/- ##
=======================================
Coverage ? 17.16%
=======================================
Files ? 13
Lines ? 600
Branches ? 0
=======================================
Hits ? 103
Misses ? 493
Partials ? 4
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
@@ -33,6 +33,7 @@ func GetCloudRunServices(account internal.GCPAccount) []runpb.Service { | |||
} | |||
if err != nil { | |||
logger.Logger.Error("Failed to list CloudRun services", "error", err.Error()) | |||
break |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #44
0536b44
to
a46304a
Compare
Misc
This PR also fixes #44