-
Notifications
You must be signed in to change notification settings - Fork 17
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
Decode header with canonical names #48
Conversation
Lines Of Code
|
API Changes# summary Inferred base version: v0.2.14 Suggested version: v0.2.15 |
Benchmark ResultBenchmark diff with base branch
Benchmark result
|
Examples Benchmark ResultBenchmark diff with base branch
|
Unit Test Coveragetotal: (statements) 82.4% Coverage diff with base branch94c94
< github.com/swaggest/rest/request/decoder.go formDataToURLValues 77.8%
---
> github.com/swaggest/rest/request/decoder.go formDataToURLValues 66.7%
100c100,101
< github.com/swaggest/rest/request/factory.go MakeDecoder 96.0%
---
> github.com/swaggest/rest/request/factory.go MakeDecoder 96.2%
> github.com/swaggest/rest/request/factory.go prepareCustomMapping 100.0%
103c104
< github.com/swaggest/rest/request/factory.go makeCustomMappingDecoder 91.7%
---
> github.com/swaggest/rest/request/factory.go makeCustomMappingDecoder 93.3%
183c184
< total: (statements) 82.2%
---
> total: (statements) 82.4% |
Codecov Report
@@ Coverage Diff @@
## master #48 +/- ##
==========================================
- Coverage 74.39% 74.27% -0.12%
==========================================
Files 26 26
Lines 1578 1559 -19
==========================================
- Hits 1174 1158 -16
+ Misses 252 251 -1
+ Partials 152 150 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
No description provided.