Skip to content

PHPUnit: add clover code coverage config to config file#1021

Open
jrfnl wants to merge 1 commit intodevelopfrom
feature/phpunit-add-clover-coverage-config
Open

PHPUnit: add clover code coverage config to config file#1021
jrfnl wants to merge 1 commit intodevelopfrom
feature/phpunit-add-clover-coverage-config

Conversation

@jrfnl
Copy link
Member

@jrfnl jrfnl commented Dec 12, 2025

This moves the clover code coverage config from the composer script to the phpunit[10].xml.dist config files.

It also moves the default location for the file from the project root to the tests/coverage/ directory so all coverage files are in the same place (and automatically git ignored etc).

Includes updating the "upload to CodeCov" step to find the file in the new location.

This moves the clover code coverage config from the composer script to the `phpunit[10].xml.dist` config files.

It also moves the default location for the file from the project root to the `tests/coverage/` directory so all coverage files are in the same place (and automatically git ignored etc).

Includes updating the "upload to CodeCov" step to find the file in the new location.
@jrfnl jrfnl added this to the 2.0.x Next milestone Dec 12, 2025
@jrfnl jrfnl mentioned this pull request Dec 12, 2025
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant