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: httpx.Parse supports parsing structures that implement the Unmarshaler interface #4143

Merged
merged 1 commit into from
May 11, 2024

feat: httpx.Parse supports parsing structures that implement the Unma…

7d08257
Select commit
Loading
Failed to load commit list.
Merged

feat: httpx.Parse supports parsing structures that implement the Unmarshaler interface #4143

feat: httpx.Parse supports parsing structures that implement the Unma…
7d08257
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 11, 2024 in 0s

63.63% of diff hit (target 94.67%)

View this Pull Request on Codecov

63.63% of diff hit (target 94.67%)

Annotations

Check warning on line 570 in core/mapping/unmarshaler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/mapping/unmarshaler.go#L569-L570

Added lines #L569 - L570 were not covered by tests

Check warning on line 598 in core/mapping/unmarshaler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/mapping/unmarshaler.go#L596-L598

Added lines #L596 - L598 were not covered by tests

Check warning on line 601 in core/mapping/unmarshaler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/mapping/unmarshaler.go#L600-L601

Added lines #L600 - L601 were not covered by tests

Check warning on line 605 in core/mapping/unmarshaler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/mapping/unmarshaler.go#L603-L605

Added lines #L603 - L605 were not covered by tests

Check warning on line 608 in core/mapping/unmarshaler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/mapping/unmarshaler.go#L607-L608

Added lines #L607 - L608 were not covered by tests