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/project failed Dec 5, 2024 in 1s

82.51% (-0.36%) compared to 89a0cd3

View this Pull Request on Codecov

82.51% (-0.36%) compared to 89a0cd3

Details

Codecov Report

Attention: Patch coverage is 53.59477% with 71 lines in your changes missing coverage. Please review.

Project coverage is 82.51%. Comparing base (89a0cd3) to head (a56943d).

Files with missing lines Patch % Lines
binder/binder.go 0.00% 34 Missing ⚠️
bind.go 88.63% 7 Missing and 3 partials ⚠️
binder/form.go 0.00% 4 Missing ⚠️
binder/cbor.go 0.00% 3 Missing ⚠️
binder/cookie.go 0.00% 3 Missing ⚠️
binder/header.go 0.00% 3 Missing ⚠️
binder/json.go 0.00% 3 Missing ⚠️
binder/query.go 0.00% 3 Missing ⚠️
binder/resp_header.go 0.00% 3 Missing ⚠️
binder/xml.go 0.00% 3 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3231      +/-   ##
==========================================
- Coverage   82.86%   82.51%   -0.36%     
==========================================
  Files         115      116       +1     
  Lines       11295    11410     +115     
==========================================
+ Hits         9360     9415      +55     
- Misses       1537     1595      +58     
- Partials      398      400       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.