File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,10 @@ steps:
2828 arguments : ' --configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --collect "Code Coverage"'
2929
3030- script : ' dotnet tool install --global coverlet.console'
31- displayName : ' Install coverlet global tool '
31+ displayName : ' Instalando ferramenta global coverlet.console '
3232
3333- script : coverlet *.Tests.dll --target "dotnet" --targetargs "test --no-build" -f=opencover -o="coverage.xml"
34- displayName : ' Run coverlet'
35-
36- - task : PublishTestResults@2
37- inputs :
38- testResultsFormat : ' VSTest'
39- testResultsFiles : ' $(Agent.TempDirectory)/**.*trx'
34+ displayName : ' Rodando coverlet'
4035
4136- task : SonarSource.sonarcloud.ce096e50-6155-4de8-8800-4221aaeed4a1.SonarCloudAnalyze@1
4237 displayName : ' Run Code Analysis'
You can’t perform that action at this time.
0 commit comments