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 86d6ab1 commit 6a06383Copy full SHA for 6a06383
.vsts-ci/templates/ci-general.yml
@@ -67,3 +67,10 @@ steps:
67
testRunner: JUnit
68
testResultsFiles: '**/test-results.xml'
69
condition: succeededOrFailed()
70
+
71
+- task: PublishCodeCoverageResults@1
72
+ displayName: Publish code coverage results
73
+ inputs:
74
+ codeCoverageTool: Cobertura
75
+ summaryFileLocation: $(Build.SourcesDirectory)/vscode-powershell/coverage/cobertura-coverage.xml
76
+ reportDirectory: $(Build.SourcesDirectory)/vscode-powershell/coverage/lcov-report
0 commit comments