feat(storage): Add samples related to AppendableObject and OpenObject by shubham-up-47 · Pull Request #15563 · googleapis/google-cloud-cpp
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.07%. Comparing base (8689a95) to head (e0530c9).
⚠️ Report is 9 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@ ## main #15563 +/- ## ========================================== + Coverage 93.05% 93.07% +0.01% ========================================== Files 2414 2414 Lines 221063 221114 +51 ========================================== + Hits 205720 205795 +75 + Misses 15343 15319 -24
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
| futures.push_back(count_newlines(std::move(reader), std::move(token))); | ||
| } | ||
|
|
||
| // Wait for all futures and print results |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I think we should not be waiting for all the futures to be ready, we should just start reading the futures which are ready.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, please re-check.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just get alignment on region tags, rest everything looks good to me.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@scotthart reviewed 1 of 2 files at r1, 1 of 1 files at r3, all commit messages.
Reviewable status: all files reviewed, 5 unresolved discussions (waiting on @bajajneha27)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters