moleculer-go / moleculer

🚀 Progressive microservices framework for Go - based and compatible with https://github.com/moleculerjs/moleculer
MIT License
144 stars 27 forks source link

Feat/nats transporter #57

Closed pentateu closed 5 years ago

pentateu commented 5 years ago

based on @dehypnosis PR #56

Fixes some minor issues and added test cases.

codecov[bot] commented 5 years ago

Codecov Report

Merging #57 into develop will increase coverage by 0.02%. The diff coverage is 51.39%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #57      +/-   ##
===========================================
+ Coverage    61.36%   61.39%   +0.02%     
===========================================
  Files           22       23       +1     
  Lines         3572     3704     +132     
===========================================
+ Hits          2192     2274      +82     
- Misses        1273     1319      +46     
- Partials       107      111       +4
Impacted Files Coverage Δ
broker/broker.go 60.7% <0%> (-1.21%) :arrow_down:
transit/pubsub/pubsub.go 0.54% <0%> (-0.07%) :arrow_down:
middleware/middleware.go 76.74% <0%> (ø) :arrow_up:
registry/registry.go 65.56% <37.5%> (-0.6%) :arrow_down:
transit/nats/stan.go 85.52% <71.42%> (+11.24%) :arrow_up:
transit/nats/nats.go 89.61% <89.61%> (ø)

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 8e5bd37...b0e820c. Read the comment docs.