Skip to content

Code coverage results are waiting until timeout #239

@Apoorva38

Description

@Apoorva38

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...

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions