- Notifications
You must be signed in to change notification settings - Fork433
feat(storage): take async client out of experimental#15573
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedOct 1, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@## main #15573 +/- ##==========================================- Coverage 93.10% 93.09% -0.01%========================================== Files 2418 2418 Lines 222268 222232 -36 ==========================================- Hits 206934 206897 -37- Misses 15334 15335 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| return connection_ | ||
| ->Open({std::move(spec), | ||
| internal::MergeOptions(std::move(opts), connection_->options())}) | ||
| ->Open({std::move(spec),google::cloud::internal::MergeOptions( |
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.
Why are we writing full namespace now?
shubham-up-47 left a comment
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 searchexperimental andgcs_ex keywords in your local repo, so that we don't miss these words in any file.
Please fix the code coverage which are affected by these changes.
Uh oh!
There was an error while loading.Please reload this page.
This change is