Skip to content

Commit

Permalink
Disable code coverage (#16380)
Browse files Browse the repository at this point in the history
Fixes: #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 Oct 28, 2020
1 parent f2b779d commit 8d71cfb
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 8d71cfb

Please sign in to comment.