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

Feature: handling files from multipart/form-data request #415

Merged
merged 15 commits into from
Jun 3, 2024

add remaining test case for multipart form files decoding

f1a58f1
Select commit
Loading
Failed to load commit list.
Merged

Feature: handling files from multipart/form-data request #415

add remaining test case for multipart form files decoding
f1a58f1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 18, 2024 in 0s

93.93% of diff hit (target 92.76%)

View this Pull Request on Codecov

93.93% of diff hit (target 92.76%)

Annotations

Check warning on line 34 in formdata.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

formdata.go#L34

Added line #L34 was not covered by tests

Check warning on line 44 in formdata.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

formdata.go#L44

Added line #L44 was not covered by tests

Check warning on line 51 in formdata.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

formdata.go#L51

Added line #L51 was not covered by tests

Check warning on line 91 in formdata.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

formdata.go#L91

Added line #L91 was not covered by tests

Check warning on line 641 in huma.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

huma.go#L641

Added line #L641 was not covered by tests

Check warning on line 664 in huma.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

huma.go#L664

Added line #L664 was not covered by tests