Closed Alfus closed 8 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
f7e9c41
) 65.92% compared to head (b359e41
) 65.94%.
Files | Patch % | Lines |
---|---|---|
backend/s3mem/backend.go | 85.71% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Kudos, no new issues were introduced!
0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
The iterator always seeks to the value >= the entry, so the marker should only be skipped when it actually exists. Otherwise the iterator is already pointing at the next value.
See https://github.com/johannesboyne/gofakes3/issues/87