Page MenuHomeDevCentral

Generate code coverage report
ClosedPublic

Authored by dereckson on Sat, Nov 1, 23:02.

Details

Summary

make coverage allows to create a code coverage report directly with PHPUnit.

Reuse the .phpunit.cache/ directory, as already set in .gitignore,
to avoid clutter the build.

Ref T1637 for use in Jenkins pipeline.

Test Plan

make coverage

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Sat, Nov 1, 23:06
This revision was automatically updated to reflect the committed changes.