Skip to content

CI: use php in coverage target#5

Merged
f3l1x merged 1 commit into
contributte:masterfrom
ohmyfelix:chore/php-coverage-target
Mar 16, 2026
Merged

CI: use php in coverage target#5
f3l1x merged 1 commit into
contributte:masterfrom
ohmyfelix:chore/php-coverage-target

Conversation

@ohmyfelix

Copy link
Copy Markdown
Contributor

Summary

Switch the Makefile coverage target from phpdbg to php so this repository follows the org-wide coverage migration tracked in contributte/contributte#73.

Motivation

phpdbg is being removed from coverage targets across Contributte. This updates contributte/mcp to the new php-based pattern.

Changes

  • replace -p phpdbg with -p php in the coverage target for both CI and local runs

Testing

  • Tests pass locally
  • CI passes
  • Manual verification attempted: make coverage
  • Local blocker: make coverage currently fails here because this environment does not have Xdebug or PCOV enabled for the php CLI, and tester reports Code coverage functionality requires Xdebug or PCOV extension or PHPDBG SAPI (used php).

@codecov

codecov Bot commented Mar 14, 2026

Copy link
Copy Markdown

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##             master       #5   +/-   ##
=========================================
  Coverage          ?   75.24%           
=========================================
  Files             ?        9           
  Lines             ?      206           
  Branches          ?        0           
=========================================
  Hits              ?      155           
  Misses            ?       51           
  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 marked this pull request as ready for review March 16, 2026 19:09
@f3l1x f3l1x merged commit 7406e44 into contributte:master Mar 16, 2026
8 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