Code coverage
Tasks accomplished as part of this MR
- Added the support for generating code coverage reports using
Jacoco
- Updated the settings for CI/CD pipelines (Under section General Pipelines) to capture the code coverage using the Test Coverage Parsing regex as:
Total.*?([0-9]{1,3})%
- Added code coverage badge for azure in the
README.md
corresponding to azure cloud provider.
Attached below are the screenshots of the code coverage captured through bade and in the pipeline stages -
Edited by Aalekh Jain