-
Notifications
You must be signed in to change notification settings - Fork 90
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: set up repo for samples #196
Conversation
Codecov Report
@@ Coverage Diff @@
## master #196 +/- ##
=========================================
Coverage 78.88% 78.88%
Complexity 302 302
=========================================
Files 21 21
Lines 2719 2719
Branches 150 150
=========================================
Hits 2145 2145
Misses 513 513
Partials 61 61 Continue to review full report at Codecov.
|
key: "TRAMPOLINE_BUILD_FILE" | ||
value: "github/java-pubsub/.kokoro/run_samples_tests.sh" | ||
} | ||
© 2020 GitHub, Inc. |
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.
This looks like a typo
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.
Oh no, I need to take it out.
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.
Please review #201
key: "TRAMPOLINE_BUILD_FILE" | ||
value: "github/java-pubsub/.kokoro/run_samples_tests.sh" | ||
} | ||
© 2020 GitHub, Inc. |
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.
Typo?
key: "TRAMPOLINE_BUILD_FILE" | ||
value: "github/java-pubsub/.kokoro/run_samples_tests.sh" | ||
} | ||
© 2020 GitHub, Inc. |
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.
Typo?
Modified these files to set up samples testing. A follow-up PR (#197) will add samples & tests.