dereuromark / cakephp-queue

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

Fixed TaskFinder failing to find tasks if app directory is not 'src' #380

Closed fabian-mcfly closed 1 year ago

fabian-mcfly commented 1 year ago

Related to https://github.com/dereuromark/cakephp-queue/issues/379

codecov-commenter commented 1 year ago

Codecov Report

Merging #380 (ccfcd97) into master (26014bf) will decrease coverage by 0.09%. The diff coverage is 33.33%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff              @@
##             master     #380      +/-   ##
============================================
- Coverage     72.21%   72.12%   -0.09%     
- Complexity      697      698       +1     
============================================
  Files            40       40              
  Lines          2555     2558       +3     
============================================
  Hits           1845     1845              
- Misses          710      713       +3     
Impacted Files Coverage Δ
src/Queue/TaskFinder.php 89.85% <33.33%> (-4.09%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

fabian-mcfly commented 1 year ago

Is there something I need to do, given some checks were not successful?