Closed ucw closed 10 months ago
Attention: 9 lines
in your changes are missing coverage. Please review.
Comparison is base (
fc8a0de
) 54.10% compared to head (873ecfa
) 54.10%. Report is 4 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/server.ts | 0.00% | 9 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
๐ Linked issue
โ Type of change
๐ Description
Currently, the Cache-Control header is set before image processing takes place. This can lead to the caching of a 500 error in Cloudflare if an exception occurs during image processing. The changes in this pull request move the setting of the Cache-Control header after the image processing to prevent the caching of 500 errors in such scenarios.
๐ Checklist