Skip to content

Commit

Permalink
Upload to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Oct 1, 2021
1 parent 6a06383 commit d7f9fa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vsts-ci/templates/ci-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ steps:
codeCoverageTool: Cobertura
summaryFileLocation: $(Build.SourcesDirectory)/vscode-powershell/coverage/cobertura-coverage.xml
reportDirectory: $(Build.SourcesDirectory)/vscode-powershell/coverage/lcov-report

- script: |
bash <(curl -s https://codecov.io/bash)
displayName: Upload to codecov.io

0 comments on commit d7f9fa2

Please sign in to comment.