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/add version action names #83

Closed pentateu closed 4 years ago

pentateu commented 4 years ago

@vpashka I have figured out what happend.. u had 2 PRs.. and we need both changes for it to work.

I'm merging also the changes from: https://github.com/moleculer-go/moleculer/pull/77/files

into this PR and with that I don't need to change serviceCatalog.go

codecov[bot] commented 4 years ago

Codecov Report

Merging #83 into develop will decrease coverage by 0.01%. The diff coverage is 62.5%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #83      +/-   ##
===========================================
- Coverage    57.46%   57.44%   -0.02%     
===========================================
  Files           26       26              
  Lines         4307     4310       +3     
===========================================
+ Hits          2475     2476       +1     
- Misses        1665     1666       +1     
- Partials       167      168       +1
Impacted Files Coverage Δ
registry/actionCatalog.go 68.9% <60%> (-0.93%) :arrow_down:
service/service.go 67.7% <66.66%> (ø) :arrow_up:

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 57c57ff...837ce6e. Read the comment docs.