Page MenuHomeDevCentral

Generate code coverage report
ClosedPublic

Authored by dereckson on Nov 1 2025, 23:02.
Tags
None
Referenced Files
F34123674: D3839.diff
Thu, Jun 25, 06:59
Unknown Object (File)
Sun, Jun 21, 22:47
Unknown Object (File)
Sun, Jun 21, 16:55
Unknown Object (File)
Fri, Jun 19, 14:52
Unknown Object (File)
Thu, Jun 18, 15:03
Unknown Object (File)
Thu, Jun 18, 04:52
Unknown Object (File)
Wed, Jun 17, 13:04
Unknown Object (File)
Wed, Jun 17, 06:34
Subscribers
None

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.Nov 1 2025, 23:06
This revision was automatically updated to reflect the committed changes.