spiral-modules / roadrunner-binary

💾 High-performance PHP application server, load-balancer and process manager written in Golang. RR2 releases repository.
MIT License
44 stars 25 forks source link

feat(config): update `config` plugin which support versions #148

Closed rustatian closed 2 years ago

rustatian commented 2 years ago

Reason for This PR

ref: https://github.com/spiral/roadrunner-plugins/issues/32

Description of Changes

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.] [Reviewer TODO: Verify that these criteria are met. Request changes if not]

codecov[bot] commented 2 years ago

Codecov Report

Merging #148 (ca1e38a) into master (d3f31b4) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #148   +/-   ##
=======================================
  Coverage   43.56%   43.56%           
=======================================
  Files          12       12           
  Lines         567      567           
=======================================
  Hits          247      247           
  Misses        309      309           
  Partials       11       11           
Impacted Files Coverage Δ
internal/container/plugins.go 100.00% <ø> (ø)
internal/cli/reset/command.go 5.88% <100.00%> (ø)
internal/cli/root.go 69.84% <100.00%> (ø)
internal/cli/serve/command.go 5.97% <100.00%> (ø)
internal/cli/workers/command.go 19.14% <100.00%> (ø)
internal/container/config.go 89.09% <100.00%> (ø)
internal/rpc/client.go 100.00% <100.00%> (ø)

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 d3f31b4...ca1e38a. Read the comment docs.