-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependencies and CI #4
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
Conversation
Benchmark ResultBenchmark diff with base branch |
Unit Test Coveragetotal: (statements) 93.5% Coverage diff with base branchgithub.com/swaggest/fchi/chain.go Chain 100.0%
github.com/swaggest/fchi/chain.go Handler 100.0%
github.com/swaggest/fchi/chain.go HandlerFunc 0.0%
github.com/swaggest/fchi/chain.go ServeHTTP 100.0%
github.com/swaggest/fchi/chain.go chain 100.0%
github.com/swaggest/fchi/chi.go NewRouter 100.0%
github.com/swaggest/fchi/chi.go ServeHTTP 100.0%
github.com/swaggest/fchi/chi.go RequestHandler 100.0%
github.com/swaggest/fchi/chi.go Adapt 0.0%
github.com/swaggest/fchi/context.go URLParam 66.7%
github.com/swaggest/fchi/context.go URLParamFromCtx 66.7%
github.com/swaggest/fchi/context.go RouteContext 100.0%
github.com/swaggest/fchi/context.go NewRouteContext 100.0%
github.com/swaggest/fchi/context.go Reset 100.0%
github.com/swaggest/fchi/context.go URLParam 100.0%
github.com/swaggest/fchi/context.go RoutePattern 100.0%
github.com/swaggest/fchi/context.go replaceWildcards 100.0%
github.com/swaggest/fchi/context.go Add 100.0%
github.com/swaggest/fchi/mux.go NewMux 100.0%
github.com/swaggest/fchi/mux.go ServeHTTP 100.0%
github.com/swaggest/fchi/mux.go Use 100.0%
github.com/swaggest/fchi/mux.go Handle 100.0%
github.com/swaggest/fchi/mux.go Method 75.0%
github.com/swaggest/fchi/mux.go Connect 0.0%
github.com/swaggest/fchi/mux.go Delete 100.0%
github.com/swaggest/fchi/mux.go Get 100.0%
github.com/swaggest/fchi/mux.go Head 100.0%
github.com/swaggest/fchi/mux.go Options 0.0%
github.com/swaggest/fchi/mux.go Patch 0.0%
github.com/swaggest/fchi/mux.go Post 100.0%
github.com/swaggest/fchi/mux.go Put 0.0%
github.com/swaggest/fchi/mux.go Trace 0.0%
github.com/swaggest/fchi/mux.go NotFound 100.0%
github.com/swaggest/fchi/mux.go MethodNotAllowed 50.0%
github.com/swaggest/fchi/mux.go With 100.0%
github.com/swaggest/fchi/mux.go Group 100.0%
github.com/swaggest/fchi/mux.go Route 83.3%
github.com/swaggest/fchi/mux.go Mount 96.3%
github.com/swaggest/fchi/mux.go Routes 100.0%
github.com/swaggest/fchi/mux.go Middlewares 100.0%
github.com/swaggest/fchi/mux.go Match 87.5%
github.com/swaggest/fchi/mux.go NotFoundHandler 100.0%
github.com/swaggest/fchi/mux.go MethodNotAllowedHandler 100.0%
github.com/swaggest/fchi/mux.go handle 90.0%
github.com/swaggest/fchi/mux.go routeHTTP 94.4%
github.com/swaggest/fchi/mux.go nextRoutePath 100.0%
github.com/swaggest/fchi/mux.go updateSubRoutes 100.0%
github.com/swaggest/fchi/mux.go updateRouteHandler 100.0%
github.com/swaggest/fchi/test_server.go NewTestServer 81.8%
github.com/swaggest/fchi/test_server.go Close 66.7%
github.com/swaggest/fchi/tree.go RegisterMethod 72.7%
github.com/swaggest/fchi/tree.go Value 100.0%
github.com/swaggest/fchi/tree.go InsertRoute 100.0%
github.com/swaggest/fchi/tree.go addChild 96.9%
github.com/swaggest/fchi/tree.go replaceChild 85.7%
github.com/swaggest/fchi/tree.go getEdge 100.0%
github.com/swaggest/fchi/tree.go setEndpoint 100.0%
github.com/swaggest/fchi/tree.go FindRoute 100.0%
github.com/swaggest/fchi/tree.go findRoute 98.5%
github.com/swaggest/fchi/tree.go findEdge 100.0%
github.com/swaggest/fchi/tree.go isLeaf 100.0%
github.com/swaggest/fchi/tree.go findPattern 95.2%
github.com/swaggest/fchi/tree.go routes 96.4%
github.com/swaggest/fchi/tree.go walk 71.4%
github.com/swaggest/fchi/tree.go patNextSegment 97.4%
github.com/swaggest/fchi/tree.go patParamKeys 90.9%
github.com/swaggest/fchi/tree.go longestPrefix 100.0%
github.com/swaggest/fchi/tree.go methodTypString 100.0%
github.com/swaggest/fchi/tree.go Sort 100.0%
github.com/swaggest/fchi/tree.go Len 100.0%
github.com/swaggest/fchi/tree.go Swap 100.0%
github.com/swaggest/fchi/tree.go Less 100.0%
github.com/swaggest/fchi/tree.go tailSort 100.0%
github.com/swaggest/fchi/tree.go findEdge 100.0%
github.com/swaggest/fchi/tree.go Walk 100.0%
github.com/swaggest/fchi/tree.go walk 84.2%
total: (statements) 93.5% |
Codecov Report
@@ Coverage Diff @@
## master #4 +/- ##
=======================================
Coverage 89.40% 89.40%
=======================================
Files 6 6
Lines 604 604
=======================================
Hits 540 540
Misses 41 41
Partials 23 23
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.