Closed kt3k closed 2 months ago
Attention: Patch coverage is 0%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 96.25%. Comparing base (
fb79076
) to head (523fa8d
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
http/file_server.ts | 0.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR inlines
serveFallback
util in file_server.This PR also removes the handling of
URIError
. This error can't happen now becauseurl
is taken fromrequest.url
which should be always a valid url.This prepares for the implementation of #5875