sebastianbergmann / php-code-coverage

Library that provides collection, processing, and rendering functionality for PHP code coverage information.
BSD 3-Clause "New" or "Revised" License
8.76k stars 370 forks source link

Fix `new` in initializers #1015

Closed Slamdunk closed 9 months ago

Slamdunk commented 9 months ago

Fix https://github.com/sebastianbergmann/php-code-coverage/issues/1014

codecov[bot] commented 9 months ago

Codecov Report

Merging #1015 (8ef2cc2) into main (6dd9e46) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main    #1015      +/-   ##
============================================
+ Coverage     84.00%   84.02%   +0.01%     
- Complexity     1188     1192       +4     
============================================
  Files            71       71              
  Lines          4238     4243       +5     
============================================
+ Hits           3560     3565       +5     
  Misses          678      678              
Files Coverage Δ
...c/StaticAnalysis/ExecutableLinesFindingVisitor.php 94.35% <100.00%> (+0.14%) :arrow_up:

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

sebastianbergmann commented 9 months ago

Thank you!

thirsch commented 9 months ago

That was fast, thank you!