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.82k stars 374 forks source link

Fixes #1023 Strip Xdebug annotations from function names in traits #1024

Closed dvdoug closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (f430918) 84.00% compared to head (1cfad15) 84.02%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1024 +/- ## ============================================ + Coverage 84.00% 84.02% +0.01% - Complexity 1193 1196 +3 ============================================ Files 71 71 Lines 4246 4251 +5 ============================================ + Hits 3567 3572 +5 Misses 679 679 ```

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

sebastianbergmann commented 11 months ago

Thank you, Doug!

dvdoug commented 11 months ago

Thank you, Doug!

Thank you!