Test coverage [shop-at-everything]

in open-source •  7 years ago  (edited)

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

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!