Requests icon indicating copy to clipboard operation
Requests copied to clipboard

PHPUnit: add clover code coverage config to config file

Open jrfnl opened this issue 1 month ago • 0 comments

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 avatar Dec 12 '25 23:12 jrfnl