-
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
Handle decode error with context, add baseURL setter to test client #41
Conversation
Lines Of Code
|
Unit Test Coveragetotal: (statements) 81.8% Coverage diff with base branch93c93
< github.com/swaggest/rest/request/decoder.go formDataToURLValues 77.8%
---
> github.com/swaggest/rest/request/decoder.go formDataToURLValues 66.7%
136c136,137
< github.com/swaggest/rest/resttest/client.go NewClient 66.7%
---
> github.com/swaggest/rest/resttest/client.go NewClient 100.0%
> github.com/swaggest/rest/resttest/client.go SetBaseURL 66.7% |
Codecov Report
@@ Coverage Diff @@
## master #41 +/- ##
==========================================
+ Coverage 74.10% 74.20% +0.10%
==========================================
Files 26 26
Lines 1560 1423 -137
==========================================
- Hits 1156 1056 -100
+ Misses 254 228 -26
+ Partials 150 139 -11
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Benchmark ResultBenchmark diff with base branch
|
Examples Benchmark ResultBenchmark diff with base branch
|
No description provided.