Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(serve-static): "206 Partial Content" support #3461

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

feat(serve-static): initial impl partialContentSupport

07b6334
Select commit
Loading
Failed to load commit list.
Open

feat(serve-static): "206 Partial Content" support #3461

feat(serve-static): initial impl partialContentSupport
07b6334
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 2, 2024 in 1s

82.65% of diff hit (target 80.00%)

View this Pull Request on Codecov

82.65% of diff hit (target 80.00%)

Annotations

Check warning on line 50 in src/adapter/bun/serve-static.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/adapter/bun/serve-static.ts#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 52 in src/adapter/bun/serve-static.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/adapter/bun/serve-static.ts#L52

Added line #L52 was not covered by tests

Check warning on line 59 in src/adapter/bun/serve-static.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/adapter/bun/serve-static.ts#L59

Added line #L59 was not covered by tests

Check warning on line 62 in src/adapter/bun/serve-static.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/adapter/bun/serve-static.ts#L62

Added line #L62 was not covered by tests

Check warning on line 64 in src/adapter/bun/serve-static.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/adapter/bun/serve-static.ts#L64

Added line #L64 was not covered by tests

Check warning on line 5 in src/adapter/deno/serve-static.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/adapter/deno/serve-static.ts#L5

Added line #L5 was not covered by tests

Check warning on line 14 in src/adapter/deno/serve-static.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/adapter/deno/serve-static.ts#L14

Added line #L14 was not covered by tests

Check warning on line 17 in src/adapter/deno/serve-static.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/adapter/deno/serve-static.ts#L17

Added line #L17 was not covered by tests

Check warning on line 56 in src/adapter/deno/serve-static.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/adapter/deno/serve-static.ts#L36-L56

Added lines #L36 - L56 were not covered by tests