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

Merged
merged 13 commits into from
Dec 25, 2024

add reset methods

e2e93a4
Select commit
Loading
Failed to load commit list.
Merged

🐛 bug: fix EnableSplittingOnParsers is not functional #3231

add reset methods
e2e93a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2024 in 0s

84.10% (+1.37%) compared to 1c9b6ce

View this Pull Request on Codecov

84.10% (+1.37%) compared to 1c9b6ce

Details

Codecov Report

Attention: Patch coverage is 79.14439% with 39 lines in your changes missing coverage. Please review.

Project coverage is 84.10%. Comparing base (1c9b6ce) to head (e2e93a4).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
bind.go 87.34% 7 Missing and 3 partials ⚠️
binder/cbor.go 50.00% 3 Missing ⚠️
binder/cookie.go 57.14% 3 Missing ⚠️
binder/form.go 66.66% 3 Missing ⚠️
binder/header.go 50.00% 3 Missing ⚠️
binder/json.go 50.00% 3 Missing ⚠️
binder/mapping.go 78.57% 2 Missing and 1 partial ⚠️
binder/query.go 57.14% 3 Missing ⚠️
binder/resp_header.go 50.00% 3 Missing ⚠️
binder/xml.go 50.00% 3 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3231      +/-   ##
==========================================
+ Coverage   82.72%   84.10%   +1.37%     
==========================================
  Files         115      116       +1     
  Lines       11365    11497     +132     
==========================================
+ Hits         9402     9669     +267     
+ Misses       1557     1408     -149     
- Partials      406      420      +14     

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