Skip to content

Commit f3d20d5

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent 15fcbf9 commit f3d20d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adt_pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ steps:
5353
#- script: 'reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/coverlet/reports -reporttypes:"Cobertura"'
5454
# displayName: 'Create reports'
5555

56-
- script: coverlet *.Tests.dll --target "dotnet" --targetargs "test --no-build" -f=opencover -o="coverage.opencover.xml"
57-
displayName: 'Run coverlet'
56+
#- script: coverlet *.Tests.dll --target "dotnet" --targetargs "test --no-build" -f=opencover -o="coverage.opencover.xml"
57+
# displayName: 'Run coverlet'
5858

5959
#- task: PublishTestResults@2
6060
# inputs:

0 commit comments

Comments
 (0)