Open criskell opened 1 year ago
Codecov is free for open source projects.
Guides: https://about.codecov.io/blog/measuring-php-code-coverage-with-phpunit-and-github-actions/ https://about.codecov.io/blog/getting-started-with-code-coverage-for-php/
Hello! Coveralls is a bit better provider.
workflow: https://github.com/szepeviktor/debian-server-tools/blob/2d821dc502d80de4f961021066a1d2a7ce1466b3/webserver/Continuous-integration-Continuous-delivery.yml#L112-L119
config:
<coverage> <report> <clover outputFile="build/logs/clover.xml"/> </report> </coverage>
Codecov is free for open source projects.
Guides: https://about.codecov.io/blog/measuring-php-code-coverage-with-phpunit-and-github-actions/ https://about.codecov.io/blog/getting-started-with-code-coverage-for-php/