Skip to content

Remove phpdbg from coverage target#239

Merged
f3l1x merged 1 commit intocontributte:masterfrom
ohmyfelix:chore/remove-phpdbg-coverage
Mar 14, 2026
Merged

Remove phpdbg from coverage target#239
f3l1x merged 1 commit intocontributte:masterfrom
ohmyfelix:chore/remove-phpdbg-coverage

Conversation

@ohmyfelix
Copy link
Contributor

Summary

Replace phpdbg with php in the coverage Makefile target so this repository matches the org-wide coverage migration tracked in contributte/contributte#73.

Motivation

phpdbg is being removed from Contributte coverage targets. This keeps the skeleton aligned with the new php-based coverage command.

Changes

  • switch the coverage target in Makefile from -p phpdbg to -p php

Testing

  • Tests pass locally
  • CI passes
  • Manual verification (if applicable)
  • make coverage currently fails locally because this environment does not have Xdebug, PCOV, or PHPDBG available for code coverage when running plain php.

@codecov
Copy link

codecov bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (master@7e23ad8). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #239   +/-   ##
=========================================
  Coverage          ?   23.07%           
=========================================
  Files             ?        5           
  Lines             ?       13           
  Branches          ?        0           
=========================================
  Hits              ?        3           
  Misses            ?       10           
  Partials          ?        0           

☔ 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 d9293d9 into contributte:master Mar 14, 2026
6 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