bmitch / churn-php

Discover files in need of refactoring.
MIT License
1.36k stars 56 forks source link

Add Infection to the pipeline #350

Closed villfa closed 2 years ago

villfa commented 2 years ago

Closes #330

codecov[bot] commented 2 years ago

Codecov Report

Merging #350 (a31bad5) into master (aebf335) will decrease coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #350      +/-   ##
============================================
- Coverage     98.97%   98.94%   -0.03%     
============================================
  Files            55       55              
  Lines           874      857      -17     
============================================
- Hits            865      848      -17     
  Misses            9        9              
Impacted Files Coverage Δ
src/Assessor/CyclomaticComplexityAssessor.php 100.00% <100.00%> (ø)
src/Command/AssessComplexityCommand.php 100.00% <100.00%> (ø)
src/Process/ConcreteProcessFactory.php 96.29% <0.00%> (-0.14%) :arrow_down:
src/Result/ResultAccumulator.php 97.56% <0.00%> (-0.06%) :arrow_down:
src/File/FileFinder.php 97.61% <0.00%> (-0.06%) :arrow_down:
src/Command/RunCommand.php 98.79% <0.00%> (-0.02%) :arrow_down:
src/Process/PredefinedProcess.php 100.00% <0.00%> (ø)
src/Event/Channel/AfterAnalysisChannel.php 100.00% <0.00%> (ø)
src/Process/ChangesCountProcessBuilder.php 100.00% <0.00%> (ø)
src/Event/Channel/BeforeAnalysisChannel.php 100.00% <0.00%> (ø)
... and 5 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 aebf335...a31bad5. Read the comment docs.