spiral-modules / jobs

RoadRunner: Background PHP workers, Queue brokers
MIT License
60 stars 11 forks source link

2.0 new #19

Closed wolfy-j closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #19 into master will decrease coverage by 0.68%. The diff coverage is 97.67%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #19      +/-   ##
============================================
- Coverage     92.14%   91.46%   -0.69%     
- Complexity       26       28       +2     
============================================
  Files            29       29              
  Lines          1579     1581       +2     
============================================
- Hits           1455     1446       -9     
- Misses           78       85       +7     
- Partials         46       50       +4
Impacted Files Coverage Δ Complexity Δ
src/Queue.php 100% <100%> (ø) 4 <4> (-1) :arrow_down:
src/InvokableHandler.php 100% <100%> (ø) 5 <5> (?)
src/ShortCircuit.php 100% <100%> (ø) 4 <4> (+1) :arrow_up:
src/Registry/ContainerRegistry.php 92.85% <92.85%> (ø) 5 <5> (?)
broker/beanstalk/conn.go 84.41% <0%> (-2.6%) 0% <0%> (ø)
broker/amqp/conn.go 96.26% <0%> (-1.87%) 0% <0%> (ø)
broker/beanstalk/tube.go 89.91% <0%> (-1.69%) 0% <0%> (ø)
broker/amqp/queue.go 84.55% <0%> (-1.48%) 0% <0%> (ø)
service.go 74.34% <0%> (-1.32%) 0% <0%> (ø)
... 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 58b0425...fd0f6c5. Read the comment docs.