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

🐛 bug: fix EnableSplittingOnParsers is not functional #3231

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

add support for external xml decoders

a56943d
Select commit
Loading
Failed to load commit list.
Open

🐛 bug: fix EnableSplittingOnParsers is not functional #3231

add support for external xml decoders
a56943d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 5, 2024 in 1s

53.59% of diff hit (target 82.86%)

View this Pull Request on Codecov

53.59% of diff hit (target 82.86%)

Annotations

Check warning on line 229 in bind.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

bind.go#L224-L229

Added lines #L224 - L229 were not covered by tests

Check warning on line 231 in bind.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

bind.go#L231

Added line #L231 was not covered by tests

Check warning on line 17 in binder/binder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/binder.go#L15-L17

Added lines #L15 - L17 were not covered by tests

Check warning on line 23 in binder/binder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/binder.go#L21-L23

Added lines #L21 - L23 were not covered by tests

Check warning on line 29 in binder/binder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/binder.go#L27-L29

Added lines #L27 - L29 were not covered by tests

Check warning on line 35 in binder/binder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/binder.go#L33-L35

Added lines #L33 - L35 were not covered by tests

Check warning on line 41 in binder/binder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/binder.go#L39-L41

Added lines #L39 - L41 were not covered by tests

Check warning on line 47 in binder/binder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/binder.go#L45-L47

Added lines #L45 - L47 were not covered by tests

Check warning on line 53 in binder/binder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/binder.go#L51-L53

Added lines #L51 - L53 were not covered by tests

Check warning on line 59 in binder/binder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/binder.go#L57-L59

Added lines #L57 - L59 were not covered by tests

Check warning on line 65 in binder/binder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/binder.go#L63-L65

Added lines #L63 - L65 were not covered by tests

Check warning on line 71 in binder/binder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/binder.go#L68-L71

Added lines #L68 - L71 were not covered by tests

Check warning on line 74 in binder/binder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/binder.go#L74

Added line #L74 was not covered by tests

Check warning on line 78 in binder/binder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/binder.go#L77-L78

Added lines #L77 - L78 were not covered by tests

Check warning on line 13 in binder/cbor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/cbor.go#L13

Added line #L13 was not covered by tests

Check warning on line 19 in binder/cbor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/cbor.go#L18-L19

Added lines #L18 - L19 were not covered by tests

Check warning on line 17 in binder/cookie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/cookie.go#L17

Added line #L17 was not covered by tests

Check warning on line 22 in binder/cookie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/cookie.go#L22

Added line #L22 was not covered by tests

Check warning on line 34 in binder/cookie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/cookie.go#L34

Added line #L34 was not covered by tests

Check warning on line 17 in binder/form.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/form.go#L17

Added line #L17 was not covered by tests

Check warning on line 22 in binder/form.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/form.go#L22

Added line #L22 was not covered by tests

Check warning on line 38 in binder/form.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/form.go#L38

Added line #L38 was not covered by tests

Check warning on line 56 in binder/form.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/form.go#L56

Added line #L56 was not covered by tests

Check warning on line 17 in binder/header.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/header.go#L17

Added line #L17 was not covered by tests

Check warning on line 22 in binder/header.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/header.go#L22

Added line #L22 was not covered by tests