google / go-cloud

The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
https://gocloud.dev/
Apache License 2.0
9.45k stars 799 forks source link

docstore/awsdynamodb: Fix Query for cases where the underlying query to AWS returns an empty set, but there's still more data #3408

Closed vangent closed 1 month ago

vangent commented 3 months ago

Fixes #3405

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 73.16%. Comparing base (3f641fd) to head (cb56d76).

Files Patch % Lines
docstore/awsdynamodb/query.go 66.66% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3408 +/- ## ========================================== + Coverage 73.15% 73.16% +0.01% ========================================== Files 113 113 Lines 14872 14874 +2 ========================================== + Hits 10880 10883 +3 Misses 3218 3218 + Partials 774 773 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.