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.

NOTE: Since there are no tests in dataset service currently, hence no coverage is reported.

Edited by Aalekh Jain

Merge request reports