Files scanned and coverage

Sometimes you want to check which files have been scanned and how much of them has been covered

In order to check which services are in the integration build just click on the coverage report (Overall coverage percentage).

Getting to coverage report

There you should be able to see all microservices of the app and the coverage of each microservice.

Microservices of the app and their coverage

Clicking on the microservice will show you which files have been scanned and the coverage on each one of them.

Files covered in microservice

If you keep clicking on them you will eventually get to the coverage per method

Coverage per method

Here you can see which test stages cover which methods.

Last updated