-
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
Add web.DefaultService facade to simplify bootstrap #56
Conversation
Lines Of Code
|
Go API Changes# github.com/swaggest/rest/web ## compatible changes package added # summary Inferred base version: v0.2.19 Suggested version: v0.3.0 |
Unit Test Coveragetotal: (statements) 83.0% Coverage diff with base branch76c76
< github.com/swaggest/rest/nethttp/wrap.go HandlerAs 75.0%
---
> github.com/swaggest/rest/nethttp/wrap.go HandlerAs 81.8%
149c149,159
< total: (statements) 82.5%
---
> github.com/swaggest/rest/web/service.go DefaultService 100.0%
> github.com/swaggest/rest/web/service.go Delete 100.0%
> github.com/swaggest/rest/web/service.go Get 100.0%
> github.com/swaggest/rest/web/service.go Head 100.0%
> github.com/swaggest/rest/web/service.go Options 100.0%
> github.com/swaggest/rest/web/service.go Patch 100.0%
> github.com/swaggest/rest/web/service.go Post 100.0%
> github.com/swaggest/rest/web/service.go Put 100.0%
> github.com/swaggest/rest/web/service.go Trace 100.0%
> github.com/swaggest/rest/web/service.go Docs 100.0%
> total: (statements) 83.0% |
Codecov Report
@@ Coverage Diff @@
## master #56 +/- ##
==========================================
+ Coverage 76.02% 76.68% +0.66%
==========================================
Files 26 27 +1
Lines 1272 1304 +32
==========================================
+ Hits 967 1000 +33
+ Misses 190 189 -1
Partials 115 115
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
Benchmark result
|
Examples Benchmark ResultBenchmark diff with base branch
|
No description provided.