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.
Differential D3839
Generate code coverage report Authored by dereckson on Sat, Nov 1, 23:02. Tags None Referenced Files None Subscribers None
Details
make coverage allows to create a code coverage report directly with PHPUnit. Reuse the .phpunit.cache/ directory, as already set in .gitignore, Ref T1637 for use in Jenkins pipeline. make coverage
Diff Detail
|