googleapis / java-spanner Public
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
fix: updates project / instance for samples tests #613
fix: updates project / instance for samples tests #613
Conversation
Updates the project and instance for the samples tests, so that they use the same configuration as the integration tests.
Warning: This pull request is touching the following templated files:
|
Warning: This pull request is touching the following templated files:
|
Excludes modified kokoro / pom.xml files from the synth.
42accee
to
90ebe33
Compare
Warning: This pull request is touching the following templated files:
|
Creates the quickstart database for the integration test.
Warning: This pull request is touching the following templated files:
|
Codecov Report
@@ Coverage Diff @@
## master #613 +/- ##
============================================
+ Coverage 84.05% 84.06% +0.01%
- Complexity 2502 2504 +2
============================================
Files 141 141
Lines 13806 13806
Branches 1317 1317
============================================
+ Hits 11604 11606 +2
+ Misses 1656 1654 -2
Partials 546 546
Continue to review full report at Codecov.
|
Updates the project and instance for the samples tests, so that they use the same configuration as the integration tests.
Fixes #606