Skip to content

Use php in coverage target#233

Merged
f3l1x merged 1 commit intocontributte:masterfrom
ohmyfelix:chore/coverage-use-php
Mar 16, 2026
Merged

Use php in coverage target#233
f3l1x merged 1 commit intocontributte:masterfrom
ohmyfelix:chore/coverage-use-php

Conversation

@ohmyfelix
Copy link
Contributor

Summary

Switch the coverage Makefile target from phpdbg to php so this repository matches the org-wide coverage runner migration.

Motivation

This repository is part of contributte/contributte#73, which removes the phpdbg dependency from coverage targets.

Changes

  • replace -p phpdbg with -p php in both branches of the coverage target in Makefile

Testing

  • Tests pass locally (make tests)
  • Coverage verified locally (make coverage currently fails because this environment has no Xdebug, PCOV, or PHPDBG coverage driver available)
  • CI passes

@codecov
Copy link

codecov bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.21%. Comparing base (33ec0d4) to head (a0d86c5).
⚠️ Report is 24 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #233      +/-   ##
==========================================
- Coverage   90.55%   90.21%   -0.34%     
==========================================
  Files         105      105              
  Lines        2413     2004     -409     
==========================================
- Hits         2185     1808     -377     
+ Misses        228      196      -32     

☔ 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.

@f3l1x f3l1x merged commit 7ffd060 into contributte:master Mar 16, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants