consolidation / annotated-command

Create Symfony Console commands from annotated command class methods.
Other
221 stars 37 forks source link

Add HookSelector attribute and adjust Hook attribute accordingly #290

Closed weitzman closed 1 year ago

weitzman commented 1 year ago

Disposition

This pull request:

Also gets rid of Misc Attribute

codecov[bot] commented 1 year ago

Codecov Report

Merging #290 (c6f8b7d) into 5.x (4f194d2) will decrease coverage by 0.83%. The diff coverage is n/a.

:exclamation: Current head c6f8b7d differs from pull request most recent head bd3c2a7. Consider uploading reports for the commit bd3c2a7 to get more accurate results

@@             Coverage Diff              @@
##                5.x     #290      +/-   ##
============================================
- Coverage     89.02%   88.20%   -0.83%     
  Complexity      769      769              
============================================
  Files            46       46              
  Lines          2068     2068              
============================================
- Hits           1841     1824      -17     
- Misses          227      244      +17     
Impacted Files Coverage Δ
src/Parser/Internal/CsvUtils.php 20.00% <0.00%> (-73.34%) :arrow_down:
src/AnnotationData.php 33.33% <0.00%> (-11.12%) :arrow_down:
src/Parser/CommandInfo.php 96.29% <0.00%> (-1.49%) :arrow_down:

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