File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 script : dotnet build --no-incremental
4141 displayName : ' Rodando dotnet build'
4242
43- # - script: 'dotnet tool install --global coverlet.console'
44- # displayName: 'Install coverlet global tool'
43+ - script : ' dotnet tool install --global coverlet.console'
44+ displayName : ' Install coverlet global tool'
4545
4646- task : DotNetCoreCLI@2
4747 displayName : ' Rodando dotnet test'
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:
You can’t perform that action at this time.
0 commit comments