Skip to content

Conversation

@uzulla
Copy link
Contributor

@uzulla uzulla commented Nov 20, 2025

  • Add coverage configuration to phpunit.xml.dist
    • Include all src/ files except resources directory
    • Enable processUncoveredFiles for accurate coverage
  • Add composer scripts for coverage measurement
    • composer coverage: CLI text output
    • composer coverage-report: HTML report to coverage-html/
  • Add coverage-html/ to .gitignore
  • Add GitHub Actions coverage job with Xdebug enabled
    • Runs on PHP 8.4
    • Executes coverage during CI pipeline

- Add coverage configuration to phpunit.xml.dist
  - Include all src/ files except resources directory
  - Enable processUncoveredFiles for accurate coverage
- Add composer scripts for coverage measurement
  - `composer coverage`: CLI text output
  - `composer coverage-report`: HTML report to coverage-html/
- Add coverage-html/ to .gitignore
- Add GitHub Actions coverage job with Xdebug enabled
  - Runs on PHP 8.4
  - Executes coverage during CI pipeline
@uzulla uzulla closed this Nov 20, 2025
@uzulla
Copy link
Contributor Author

uzulla commented Nov 20, 2025

Sorry about that — this PR was originally intended for my own forked repository, so I’ve closed it.

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