Closed iuioiua closed 2 months ago
Attention: Patch coverage is 9.37500%
with 29 lines
in your changes missing coverage. Please review.
Project coverage is 96.24%. Comparing base (
a81742a
) to head (c56fa0b
). Report is 23 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
http/_get_server_args.ts | 6.66% | 28 Missing :warning: |
http/file_server.ts | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Should we add some warning about that the script is still unstable?
There are multiple ways we can go about having a HTTP file server work in parallel. I'm not sure this approach is best as I'm not sure having a whole new endpoint is the best way to go. Alternatively, we could have --parallel
just work with Deno.serve()
, which would make this work a lot simpler.
Closes #5681