Closed AlCutter closed 4 months ago
Attention: Patch coverage is 32.00000%
with 17 lines
in your changes missing coverage. Please review.
Project coverage is 32.20%. Comparing base (
46ec9c2
) to head (51134bd
). Report is 14 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
storage/gcp/gcp.go | 44.44% | 7 Missing and 3 partials :warning: |
cmd/example-gcp/main.go | 0.00% | 4 Missing :warning: |
log.go | 0.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds a simple pushback implementation for GCP.
This enables a configurable threshold for applying back-pressure when there are too many as-yet unintegrated entries.
Toward #6 #23