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 one-line method for anonymous classes #1021

Closed Slamdunk closed 7 months ago

Slamdunk commented 7 months ago

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

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (84838ee) 84.02% compared to head (0fe98c4) 84.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1021 +/- ## ============================================ - Coverage 84.02% 84.00% -0.02% - Complexity 1192 1193 +1 ============================================ Files 71 71 Lines 4245 4246 +1 ============================================ Hits 3567 3567 - Misses 678 679 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mvorisek commented 7 months ago

Thank you both ❤️