Skip to content

Makefile: use php in coverage target#14

Merged
f3l1x merged 1 commit into
contributte:masterfrom
ohmyfelix:chore/issue-73-use-php-coverage
Mar 14, 2026
Merged

Makefile: use php in coverage target#14
f3l1x merged 1 commit into
contributte:masterfrom
ohmyfelix:chore/issue-73-use-php-coverage

Conversation

@ohmyfelix
Copy link
Copy Markdown
Contributor

Summary

Switch the coverage target in Makefile from phpdbg to php as part of the org-wide coverage migration.

Motivation

phpdbg is being removed from Contributte coverage targets in contributte/contributte#73 so repositories use the standard PHP binary consistently.

Changes

  • replace -p phpdbg with -p php in the CI coverage command
  • replace -p phpdbg with -p php in the local coverage command

Testing

  • Tests pass locally (make tests)
  • Coverage passes locally (make coverage fails because this environment does not have Xdebug or PCOV enabled for php)
  • CI passes

Replace phpdbg with php in the coverage target to match the org-wide coverage migration tracked in contributte/contributte#73.
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 11, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff            @@
##             master     #14   +/-   ##
========================================
  Coverage          ?   2.35%           
========================================
  Files             ?       2           
  Lines             ?      85           
  Branches          ?       0           
========================================
  Hits              ?       2           
  Misses            ?      83           
  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 14, 2026 11:09
@f3l1x f3l1x merged commit 71eb555 into contributte:master Mar 14, 2026
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