Skip to content

QA: replace phpdbg in coverage target#34

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

QA: replace phpdbg in coverage target#34
f3l1x merged 1 commit intocontributte:masterfrom
ohmyfelix:chore/php-coverage-runner

Conversation

@ohmyfelix
Copy link
Copy Markdown
Contributor

Summary

  • replace -p phpdbg with -p php in the coverage target of Makefile
  • keep the existing coverage output split for GitHub Actions and local HTML generation

Motivation

Issue #73 tracks removing phpdbg from Contributte coverage targets. This repo still used phpdbg, so the coverage target now matches the new php-based pattern.

Changes

  • update both coverage target variants in Makefile to run Tester with php

Testing

  • make tests
  • make coverage locally
  • CI passes

Local coverage is currently blocked because this environment runs plain php without Xdebug, PCOV, or PHPDBG available for code coverage.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.19%. Comparing base (8350ceb) to head (b98ecfc).
⚠️ Report is 11 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (8350ceb) and HEAD (b98ecfc). Click for more details.

HEAD has 6 uploads less than BASE
Flag BASE (8350ceb) HEAD (b98ecfc)
7 1
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
- Coverage   53.26%   48.19%   -5.07%     
==========================================
  Files          20       22       +2     
  Lines         276      249      -27     
==========================================
- Hits          147      120      -27     
  Misses        129      129              

☔ 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 17, 2026 17:13
@f3l1x f3l1x merged commit 4886c39 into contributte:master Mar 17, 2026
9 of 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