spiral-modules / jobs

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

Use v2 tag in the go.mods instead of hash #30

Closed rustatian closed 4 years ago

rustatian commented 4 years ago
  1. Since we are not planning to support v1 in go.mod we bump version of root go.mod to v2 to use v2 tag in dependent packages (like v2.1.1 for example, but not hash)
  2. Removed v2 folder as redundant.
codecov[bot] commented 4 years ago

Codecov Report

Merging #30 into master will decrease coverage by 0.31%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #30      +/-   ##
============================================
- Coverage     90.87%   90.56%   -0.32%     
  Complexity       36       36              
============================================
  Files            30       30              
  Lines          1611     1611              
============================================
- Hits           1464     1459       -5     
- Misses          100      103       +3     
- Partials         47       49       +2
Impacted Files Coverage Δ Complexity Δ
broker/amqp/job.go 100% <ø> (ø) 0 <0> (ø) :arrow_down:
broker/sqs/broker.go 97.7% <ø> (ø) 0 <0> (ø) :arrow_down:
broker/amqp/broker.go 92.3% <ø> (ø) 0 <0> (ø) :arrow_down:
broker/ephemeral/queue.go 89.04% <ø> (ø) 0 <0> (ø) :arrow_down:
broker/beanstalk/tube.go 89.91% <ø> (ø) 0 <0> (ø) :arrow_down:
broker/sqs/queue.go 90.78% <ø> (ø) 0 <0> (ø) :arrow_down:
broker/sqs/job.go 94.59% <ø> (ø) 0 <0> (ø) :arrow_down:
broker/beanstalk/job.go 100% <ø> (ø) 0 <0> (ø) :arrow_down:
broker/ephemeral/broker.go 97.46% <ø> (ø) 0 <0> (ø) :arrow_down:
broker/amqp/queue.go 84.55% <ø> (-1.48%) 0 <0> (ø)
... and 3 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 db77b8d...e806b1a. Read the comment docs.