-
Notifications
You must be signed in to change notification settings - Fork 378
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
cleanup(storage): move test protos #14508
cleanup(storage): move test protos #14508
Conversation
61376dc
to
8a3539f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14508 +/- ##
=======================================
Coverage 93.58% 93.59%
=======================================
Files 2318 2318
Lines 206995 206995
=======================================
+ Hits 193716 193729 +13
+ Misses 13279 13266 -13 ☔ View full report in Codecov by Sentry. |
Thanks @bajajneha27 . @googleapis/cloud-cxx-owners I still need a review from you folks, as this moves files outside |
cmake/GoogleCloudCppFeatures.cmake
Outdated
elseif ("${feature}" STREQUAL "storage") | ||
add_subdirectory(protos/google/cloud/storage/tests) | ||
add_subdirectory(google/cloud/storage) |
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.
I think this stops building google/cloud/storage/examples
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.
Right you are. Fixed.
8a3539f
to
9fe6b04
Compare
Part of the work for #14507
This change is