Skip to content

Commit c82f716

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adt_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ 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'"
53+
- script: coverlet *.Tests.dll --target "dotnet" --targetargs "test --build" -f=opencover -o="coverage.xml"
5454
displayName: 'Run coverlet'
5555

5656
- task: PublishTestResults@2

0 commit comments

Comments
 (0)