Modified coverage

The modified coverage is a feature that tells you how much of the code you've changed is covered by your tests.

You can of course change the source code of any of the microservices yourselves in the src folder in the repository, but for you're convenience we've already prepared a few changes in a different branch. Just make a pull request from from 'changed-branch' to public branch and then run the BTQ-CI job. Then you wouldn't only see coverage, you should also notice the modified coverage.

Modified coverage percentage

As before when clicking on it you should see what files and methods have been changed and which have been covered by which test stages.

Changed functions coverage

Last updated