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 6a06383 commit d7f9fa2Copy full SHA for d7f9fa2
.vsts-ci/templates/ci-general.yml
@@ -74,3 +74,7 @@ steps:
74
codeCoverageTool: Cobertura
75
summaryFileLocation: $(Build.SourcesDirectory)/vscode-powershell/coverage/cobertura-coverage.xml
76
reportDirectory: $(Build.SourcesDirectory)/vscode-powershell/coverage/lcov-report
77
+
78
+- script: |
79
+ bash <(curl -s https://codecov.io/bash)
80
+ displayName: Upload to codecov.io
0 commit comments