Page MenuHomeDevCentral

Generate code coverage report
ClosedPublic

Authored by dereckson on Nov 1 2025, 23:02.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 1, 18:30
Unknown Object (File)
Sun, May 31, 22:34
Unknown Object (File)
Wed, May 27, 21:37
Unknown Object (File)
Wed, May 27, 13:20
Unknown Object (File)
Wed, May 27, 06:44
Unknown Object (File)
Tue, May 26, 22:45
Unknown Object (File)
Sat, May 23, 10:08
Unknown Object (File)
Sat, May 16, 00:10
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.