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 interface precedence over method handling #1019

Closed Slamdunk closed 8 months ago

Slamdunk commented 8 months ago

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

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (14ceade) 84.02% compared to head (29da2a0) 84.02%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1019 +/- ## ========================================= Coverage 84.02% 84.02% Complexity 1192 1192 ========================================= Files 71 71 Lines 4243 4245 +2 ========================================= + Hits 3565 3567 +2 Misses 678 678 ```

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

sebastianbergmann commented 8 months ago

Thanks!