Closed estahn closed 8 months ago
Attention: 3 lines
in your changes are missing coverage. Please review.
Comparison is base (
7dc48ee
) 34.08% compared to head (cc4c3d4
) 34.08%. Report is 20 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
pkg/registry/ecr.go | 0.00% | 2 Missing :warning: |
pkg/registry/gar.go | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Introduces TTL to cache items to prevent incorrect swaps. The TTL is 24h + random 180 minutes to prevent a cache stampede.
fixes #632