hypercube1024 / firefly

Firefly is an asynchronous web framework for rapid development of high-performance web application.
http://www.fireflysource.com/
Apache License 2.0
296 stars 112 forks source link

Firefly 4.9.3 release #77

Closed hypercube1024 closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #77 into master will increase coverage by 0.25%. The diff coverage is 33.73%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #77      +/-   ##
============================================
+ Coverage     48.34%   48.59%   +0.25%     
- Complexity     6344     6347       +3     
============================================
  Files           919      920       +1     
  Lines         37792    37620     -172     
  Branches       5303     5257      -46     
============================================
+ Hits          18269    18282      +13     
+ Misses        17596    17415     -181     
+ Partials       1927     1923       -4
Impacted Files Coverage Δ Complexity Δ
...fly/example/kotlin/http/hello/RoutingByConsumes.kt 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...le/kotlin/http/hello/RoutingByPathsWithWildcard.kt 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...ample/kotlin/http/benchmark/AsyncHttpServerTest.kt 0% <ø> (ø) 0 <0> (ø) :arrow_down:
.../firefly/example/kotlin/http/hello/HandlerChain.kt 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...fly/example/kotlin/http/hello/SpecifyRouteOrder.kt 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...fee/store/router/impl/sys/AuthenticationHandler.kt 100% <ø> (ø) 1 <0> (ø) :arrow_down:
.../com/firefly/kotlin/ext/http/AsyncWebJarHandler.kt 84.61% <ø> (ø) 5 <0> (ø) :arrow_down:
...mple/kotlin/http/hello/HelloHTTPServerAndClient.kt 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...ple/kotlin/http/hello/RoutingByPathsWithRegexkt.kt 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...firefly/kotlin/ext/db/AsyncTransactionalManager.kt 14.28% <ø> (ø) 0 <0> (ø) :arrow_down:
... and 45 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4f0f407...9359048. Read the comment docs.