-
Notifications
You must be signed in to change notification settings - Fork 77
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: expose updateTime field of the bucket #449
Conversation
google-cloud-storage/src/test/java/com/google/cloud/storage/BucketInfoTest.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #449 +/- ##
============================================
+ Coverage 63.12% 63.19% +0.07%
- Complexity 610 622 +12
============================================
Files 32 32
Lines 5133 5144 +11
Branches 490 491 +1
============================================
+ Hits 3240 3251 +11
Misses 1729 1729
Partials 164 164
Continue to review full report at Codecov.
|
google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITStorageTest.java
Show resolved
Hide resolved
google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITStorageTest.java
Outdated
Show resolved
Hide resolved
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.
Looks good!
Fixes #448