Skip to content

Remove phpdbg from coverage target#33

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

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

Conversation

@ohmyfelix
Copy link
Copy Markdown
Contributor

Summary

Replace phpdbg with php in the coverage Makefile target so Tracy follows the org-wide coverage runner change tracked in contributte/contributte#73.

Motivation

phpdbg is being removed from coverage targets across Contributte. Using plain php keeps this repository aligned with the new approach and avoids relying on the PHPDBG SAPI.

Changes

  • switch the CI coverage command in Makefile from -p phpdbg to -p php
  • switch the local HTML coverage command in Makefile from -p phpdbg to -p php

Testing

  • Tests pass locally
  • CI passes
  • Manual verification (if applicable)
  • attempted make coverage
  • local verification is blocked because this environment uses php without Xdebug or PCOV, so Nette Tester reports that code coverage requires Xdebug, PCOV, or PHPDBG

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 13, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #33   +/-   ##
=========================================
  Coverage          ?   46.66%           
=========================================
  Files             ?        5           
  Lines             ?       45           
  Branches          ?        0           
=========================================
  Hits              ?       21           
  Misses            ?       24           
  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 78062ef 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