Test coverage [shop-at-everything]

Words
35
Reading
1 min
Listen
Play
8y

test-coverage.png

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

Current Report

Pull request

Test coverage [shop-at-everything] | Ecency