Skip to content

Replace phpdbg with php in coverage target#19

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

Replace phpdbg with php in coverage target#19
f3l1x merged 1 commit intocontributte:masterfrom
ohmyfelix:chore/php-coverage-target

Conversation

@ohmyfelix
Copy link
Contributor

Summary

Motivation

phpdbg is being removed from Contributte coverage targets. This switches the project to plain php so coverage can run through the standard PHP binary when a supported coverage driver is available.

Changes

  • update the coverage target in Makefile to use php

Testing

  • Tried make coverage
  • Tests pass locally
  • CI passes
  • Manual verification

make coverage currently fails here with: Code coverage functionality requires Xdebug or PCOV extension or PHPDBG SAPI (used php).

@codecov
Copy link

codecov bot commented Mar 13, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #19   +/-   ##
=========================================
  Coverage          ?   55.55%           
=========================================
  Files             ?        3           
  Lines             ?        9           
  Branches          ?        0           
=========================================
  Hits              ?        5           
  Misses            ?        4           
  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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@f3l1x f3l1x marked this pull request as ready for review March 14, 2026 11:10
@f3l1x f3l1x merged commit c8d4b04 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