dereuromark / cakephp-queue

Queue plugin for CakePHP - simple, pure PHP and without dependencies.
MIT License
306 stars 137 forks source link

Add flush func. and add tests #286

Closed dereuromark closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #286 (d2df4a9) into master (f9d1262) will increase coverage by 4.35%. The diff coverage is 94.44%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #286      +/-   ##
============================================
+ Coverage     52.98%   57.33%   +4.35%     
- Complexity      678      680       +2     
============================================
  Files            34       34              
  Lines          2046     2058      +12     
============================================
+ Hits           1084     1180      +96     
+ Misses          962      878      -84     
Impacted Files Coverage Δ
src/Command/JobCommand.php 76.06% <90.90%> (+51.06%) :arrow_up:
src/Model/Table/QueuedJobsTable.php 40.76% <100.00%> (+3.93%) :arrow_up:
src/Command/AddCommand.php 88.88% <0.00%> (+14.81%) :arrow_up:
src/Queue/Task/ExampleTask.php 100.00% <0.00%> (+75.00%) :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 f9d1262...d2df4a9. Read the comment docs.