Extension: BuildQualityChecks
Environment: Azure DevOps Services (cloud)
Agent type: Microsoft-Self-hosted (linux Agent)
Pipeline type: yaml pipeline
below task has suddenly stopped working in multiple pipelines:
- task: BuildQualityChecks@9
displayName: Code Coverage Check
inputs:
checkCoverage: true
coverageFailOption: 'fixed'
coverageType: 'lines'
coverageThreshold: ${{ parameters.coverageThreshold }}
Error :
Waiting for code coverage data...
Waiting for code coverage data...