AzdoCodeCoverageThresholdAzdoCodeCoverageThreshold ExtensionThis extension can be used in Azure devops to assert different code coverage threshold values on different projects inside a same repo. This extension can also be used to assert overall code coverage threshold value on the complete repo. Supported features:
Usage:1. Install the below extension in your azure devops org:Name: Code Coverage Thresholds Publisher: LakshayKaushik 2.Select codecoveragethreshold task from pipeline tasks.
docker run -it -d --name nodejs2 node:10.13.0
{ "manifestVersion": 1, "id": "CodeCoverageThresholds", "name": "Code Coverage Thresholds", "version": "1.0.11", "publisher": "LakshayKaushik", "targets": [ { "id": "Microsoft.VisualStudio.Services" } ],
"$schema": "https://raw.githubusercontent.com/Microsoft/azure-pipelines-task-lib/master/tasks.schema.json", "id": "61a77633-0c67-4dc1-94c0-4b695d23fbdf", "name": "codecoveragethreshold", "friendlyName": "codecoveragethreshold", "description": "This task lets you define threshold on project level within an application", "helpMarkDown": "", "category": "Utility", "author": "LakshayKaushik", "version": { "Major": 1, "Minor": 0, "Patch": 11 },
|