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).

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

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

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

Here you can see which test stages cover which methods.
Last updated