Test coverage [shop-at-everything]
A gradle plugin that checks coverage of the tests was added.
plugins { id 'info.solidsoft.pitest' version '1.3.0' }
To prepare a report about the coverage of the test, we call:
./gradlew pintest
Then you will see the report in the project path:
./reports/pitest/201805202123/index.html