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

Add cache to Coverage Report Directory #1005

Closed ruifil closed 1 year ago

ruifil commented 1 year ago

Add cache to Coverage Report Directory

codecov[bot] commented 1 year ago

Codecov Report

Merging #1005 (6bc6d98) into 9.2 (bf35465) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##                9.2    #1005   +/-   ##
=========================================
  Coverage     84.01%   84.02%           
- Complexity     1188     1189    +1     
=========================================
  Files            61       61           
  Lines          4261     4263    +2     
=========================================
+ Hits           3580     3582    +2     
  Misses          681      681           
Impacted Files Coverage Δ
src/CodeCoverage.php 49.07% <100.00%> (+0.38%) :arrow_up:

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

sebastianbergmann commented 1 year ago

Merged manually, thanks.