Skip to content

Commit

Permalink
Disable code coverage (Azure#16380)
Browse files Browse the repository at this point in the history
Fixes: Azure#15231


Azure.Core builds started failing after the code coverage change was merged. Considering there is, currently, no one who can look into coverage failing and the coverage is not useful because it doesn't display in devops I'm disabling it.
  • Loading branch information
pakrym authored and annelo-msft committed Feb 17, 2021
1 parent 2a5c344 commit 5198e08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ jobs:
Windows_NetCoreApp:
OSVmImage: "windows-2019"
TestTargetFramework: netcoreapp2.1
${{ if eq(variables['System.TeamProject'], 'internal') }}:
CollectCoverage: true
Windows_NetCoreApp_ProjectReferences:
OSVmImage: "windows-2019"
TestTargetFramework: netcoreapp2.1
Expand Down

0 comments on commit 5198e08

Please sign in to comment.