Skip to content

Comments

Fix ccache for coverage and pecl builds#21285

Closed
iluuu1994 wants to merge 2 commits intophp:masterfrom
iluuu1994:ci-fix-coverage-pecl
Closed

Fix ccache for coverage and pecl builds#21285
iluuu1994 wants to merge 2 commits intophp:masterfrom
iluuu1994:ci-fix-coverage-pecl

Conversation

@iluuu1994
Copy link
Member

Coverage cannot use ccache as it is incompatible with gcov. Pecl clones PHP to the ./php directory, rather than the cwd.

Coverage cannot use ccache as it is incompatible with gcov. Pecl clones PHP to
the ./php directory, rather than the cwd.
@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.20%. Comparing base (db0e365) to head (63a0581).
⚠️ Report is 8 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #21285       +/-   ##
===========================================
+ Coverage        0   54.20%   +54.20%     
===========================================
  Files           0      858      +858     
  Lines           0   341554   +341554     
  Branches        0    69330    +69330     
===========================================
+ Hits            0   185137   +185137     
- Misses          0   104079   +104079     
- Partials        0    52338    +52338     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@iluuu1994 iluuu1994 closed this in c8cd3ae Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants