google-cloud-rust
google-cloud-rust copied to clipboard
impl(storage): add SignedUrlBuilder
Adds just the SignedUrlBuilder without the actual signing logic, so we can focus on validating the public API.
Towards #3645
Codecov Report
:x: Patch coverage is 93.18182% with 3 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 95.22%. Comparing base (afd5659) to head (cad0241).
:warning: Report is 18 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/storage/src/error.rs | 80.00% | 2 Missing :warning: |
| src/storage/src/storage/signed_url.rs | 97.05% | 1 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #3985 +/- ##
=======================================
Coverage 95.22% 95.22%
=======================================
Files 171 172 +1
Lines 6467 6511 +44
=======================================
+ Hits 6158 6200 +42
- Misses 309 311 +2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
/cc: @BenWhitehead FYI...