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/service interface #47

Closed pentateu closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #47 into develop will increase coverage by 1.94%. The diff coverage is 85.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #47      +/-   ##
==========================================
+ Coverage    59.45%   61.4%   +1.94%     
==========================================
  Files           22      22              
  Lines         3315    3570     +255     
==========================================
+ Hits          1971    2192     +221     
- Misses        1249    1271      +22     
- Partials        95     107      +12
Impacted Files Coverage Δ
registry/nodeService.go 92.1% <100%> (ø) :arrow_up:
registry/node.go 87.85% <100%> (ø) :arrow_up:
context/contextFactory.go 94.11% <100%> (ø) :arrow_up:
registry/registry.go 66.16% <100%> (-0.11%) :arrow_down:
payload/payload.go 75.5% <100%> (+0.5%) :arrow_up:
registry/actionCatalog.go 64.7% <14.28%> (-3.62%) :arrow_down:
examples/math/math.service.go 31.25% <75%> (ø) :arrow_up:
service/service.go 68.41% <86.59%> (+18.04%) :arrow_up:
broker/broker.go 61.9% <93.33%> (+0.49%) :arrow_up:
... and 1 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 101d088...a6be1c5. Read the comment docs.