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 0dffa64 commit d372c82Copy full SHA for d372c82
adt_pull_request.yml
@@ -40,6 +40,10 @@ steps:
40
- script: 'dotnet tool install --global coverlet.console'
41
displayName: 'Install coverlet tool'
42
43
+- script: Install-Package coverlet.collector -Version 3.1.2
44
+ displayName: 'Install coverlet collector tool'
45
+
46
47
#- script: 'reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/coverlet/reports -reporttypes:"Cobertura"'
48
# displayName: 'Create reports'
49
0 commit comments