We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65727da commit 6b021d2Copy full SHA for 6b021d2
adt_pull_request.yml
@@ -45,7 +45,7 @@ steps:
45
inputs:
46
command: test
47
projects: '**/*[Tt]ests/*.csproj'
48
- arguments: '--configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --collect "Code Coverage" /p:CoverletOutputFormat="opencover,cobertura" /p:Exclude=[xunit.*]*'
+ arguments: '--configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat="opencover,cobertura" --collect "Code Coverage" /p:Exclude=[xunit.*]*'
49
50
#- script: 'reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/coverlet/reports -reporttypes:"Cobertura"'
51
# displayName: 'Create reports'
0 commit comments