Skip to content

Remove phpdbg from coverage target#971

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

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

Conversation

@ohmyfelix
Copy link
Contributor

Summary

Replace the Makefile coverage target to run Nette Tester with php instead of phpdbg.

Motivation

This repository is part of contributte/contributte#73, which removes phpdbg from coverage targets across Contributte projects.

Changes

  • replace -p phpdbg with -p php in the coverage target of Makefile

Testing

  • make coverage was attempted locally
  • Coverage passes locally
  • CI passes

Local make coverage currently fails because the environment does not have Xdebug or PCOV enabled, so php cannot collect coverage without an installed coverage driver.

@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@0a00a1b). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #971   +/-   ##
=========================================
  Coverage          ?   11.90%           
=========================================
  Files             ?        3           
  Lines             ?       42           
  Branches          ?        0           
=========================================
  Hits              ?        5           
  Misses            ?       37           
  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 merged commit 83a8900 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