Skip to content

Code coverage

Aalekh Jain requested to merge Code-Coverage into master

Tasks accomplished as part of this MR

  1. Added the support for generating code coverage reports using Jacoco
  2. 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})%
  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 -

  1. image

  2. image

Edited by Aalekh Jain

Merge request reports