-
Notifications
You must be signed in to change notification settings - Fork 382
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
refactor(samples): idtoken-cloudrun => idtoken-serverless #1025
refactor(samples): idtoken-cloudrun => idtoken-serverless #1025
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1025 +/- ##
=======================================
Coverage 91.52% 91.52%
=======================================
Files 21 21
Lines 4093 4093
Branches 488 488
=======================================
Hits 3746 3746
Misses 347 347 Continue to review full report at Codecov.
|
Not clear how to run the lint/fix locally, and from this result I cannot tell what change is needed:
I see the docs test failure, but I don't see other references within this repo and thus do not know where I need to make other changes:
|
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.
LGTM, after linting issues are resolved
@grayside for the sample tests, If that doesn't work, let us know we'll update the guide! |
Ah, when I ran For |
Sample test was failing then went to passing. I assume there's some magic afoot... |
@grayside there's a chicken or the egg issue, where the link checker expects your sample to have already been landed:
If you add an ignore rule to |
If you're ok with this to be merged, I can also just hammer merge it. |
That works for me. Btw, not sure how it works, but shouldn't I be the assignee? I have no rights here. |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #1019 🦕
I did not see instructions on how to run the sample tests, so going to see what CI has to say.