Skip to content

Commit ffc0862

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent c82f716 commit ffc0862

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
@@ -50,8 +50,8 @@ steps:
5050
#- script: 'reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/coverlet/reports -reporttypes:"Cobertura"'
5151
# displayName: 'Create reports'
5252

53-
- script: coverlet *.Tests.dll --target "dotnet" --targetargs "test --build" -f=opencover -o="coverage.xml"
54-
displayName: 'Run coverlet'
53+
- script: coverlet *.Tests.dll --target "dotnet" --targetargs "test --no-build" -f=opencover -o="coverage.opencover.xml"
54+
displayName: 'Run coverlet'
5555

5656
- task: PublishTestResults@2
5757
inputs:

0 commit comments

Comments
 (0)