-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: Cloud functions example for Bigtable #728
Conversation
Codecov Report
@@ Coverage Diff @@
## master #728 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 15 15
Lines 15723 15723
Branches 888 955 +67
=======================================
Hits 15594 15594
Misses 126 126
Partials 3 3 Continue to review full report at Codecov.
|
question about npm run lint, on the CI tests it seems to be able to find the samples/functions directory, but when I run it locally it wasn't linting those files |
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.
A few comments, having the nested functions/package.json
is causing some issues for linting. If we don't actually reference this package.json
on cloud.google.com, could we collapse the deps into samples/package.json
?
# Conflicts: # samples/functions/index.js # samples/functions/package.json # samples/readSnippets.js
No description provided.