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

Avoid serialization of cache data in PHP report #1011

Closed Slamdunk closed 10 months ago

Slamdunk commented 10 months ago

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

codecov[bot] commented 10 months ago

Codecov Report

Merging #1011 (22c0d82) into 9.2 (78ba572) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                9.2    #1011      +/-   ##
============================================
+ Coverage     83.98%   84.00%   +0.01%     
- Complexity     1193     1194       +1     
============================================
  Files            61       61              
  Lines          4272     4275       +3     
============================================
+ Hits           3588     3591       +3     
  Misses          684      684              
Files Changed Coverage Δ
src/CodeCoverage.php 50.36% <100.00%> (+0.36%) :arrow_up:
src/Report/PHP.php 90.00% <100.00%> (+1.11%) :arrow_up:

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

Slamdunk commented 10 months ago

This PR should be easily mergeable into upstream branch main, so no need for a separate PR as far as I can tell