Skip to content

chore: migrate to owl bot#882

Merged
SurferJeffAtGoogle merged 8 commits intomasterfrom
owl-bot
May 27, 2021
Merged

chore: migrate to owl bot#882
SurferJeffAtGoogle merged 8 commits intomasterfrom
owl-bot

Conversation

@SurferJeffAtGoogle
Copy link
Contributor

No description provided.

@SurferJeffAtGoogle SurferJeffAtGoogle requested a review from a team May 26, 2021 20:50
@SurferJeffAtGoogle SurferJeffAtGoogle requested a review from a team as a code owner May 26, 2021 20:50
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/nodejs-bigtable API. label May 26, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label May 26, 2021
@codecov
Copy link

codecov bot commented May 26, 2021

Codecov Report

Merging #882 (0077ef9) into master (0ef8976) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 0077ef9 differs from pull request most recent head 5f212c5. Consider uploading reports for the commit 5f212c5 to get more accurate results
Impacted file tree graph

@@           Coverage Diff            @@
##           master     #882    +/-   ##
========================================
  Coverage   99.22%   99.23%            
========================================
  Files          18       18            
  Lines       17416    17539   +123     
  Branches     1025      977    -48     
========================================
+ Hits        17281    17404   +123     
  Misses        132      132            
  Partials        3        3            
Impacted Files Coverage Δ
src/app-profile.ts 99.59% <100.00%> (ø)
src/backup.ts 100.00% <100.00%> (ø)
src/cluster.ts 99.72% <100.00%> (+<0.01%) ⬆️
src/family.ts 99.58% <100.00%> (ø)
src/index.ts 100.00% <100.00%> (ø)
src/instance.ts 100.00% <100.00%> (ø)
src/row.ts 100.00% <100.00%> (ø)
src/table.ts 99.89% <100.00%> (ø)
src/v2/bigtable_client.ts 96.55% <100.00%> (ø)
src/v2/bigtable_instance_admin_client.ts 98.79% <100.00%> (+<0.01%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9b7c8ca...5f212c5. Read the comment docs.

@SurferJeffAtGoogle
Copy link
Contributor Author

I believe this code is good to merge. @tmatsuo Please review.

Comment on lines +36 to +46
for version in ['v2']:
library = staging / version
_tracked_paths.add(library)
s.copy([library], excludes=['package.json', 'README.md', 'src/index.ts', 'src/v2/index.ts', 'tsconfig.json', 'tslint.json'])

# Copy the admin library.
# Not override system-test for admin/v2, just keep the v2 version.
for version in ['v2']:
library = staging / 'admin' / version
_tracked_paths.add(library)
s.copy([library], excludes=['package.json', 'README.md', 'src/index.ts', 'src/v2/index.ts', 'tsconfig.json', 'tslint.json', 'system-test/fixtures/sample/src/index.ts', 'system-test/fixtures/sample/src/index.js'])

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: these could be in the same loop

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duly noted. I'm not sure that when they release v3, it will be released at exactly the same time for each library. I wanted to leave a code structure that would not require refactoring when v3 is released.

@bcoe bcoe added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 27, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 27, 2021
@SurferJeffAtGoogle SurferJeffAtGoogle merged commit ab140ef into master May 27, 2021
@SurferJeffAtGoogle SurferJeffAtGoogle deleted the owl-bot branch May 27, 2021 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the googleapis/nodejs-bigtable API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants