Skip to content

Commit

Permalink
Remove CodeCov due to lack of usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwilhite authored Apr 23, 2021
1 parent 5dece63 commit 7455191
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,18 +180,6 @@ stages:
artifactName: 'testResults'
downloadPath: '$(Build.SourcesDirectory)/output'

- task: PublishCodeCoverageResults@1
displayName: 'Publish Code Coverage'
condition: succeededOrFailed()
inputs:
codeCoverageTool: 'JaCoCo'
summaryFileLocation: 'output/testResults/JaCoCo_coverage.xml'
pathToSources: '$(Build.SourcesDirectory)/output/$(dscBuildVariable.RepositoryName)'
- script: |
bash <(curl -s https://codecov.io/bash) -f "./output/testResults/JaCoCo_coverage.xml"
displayName: 'Upload to Codecov.io'
condition: succeededOrFailed()
- stage: Deploy
dependsOn: Test
condition: |
Expand Down

0 comments on commit 7455191

Please sign in to comment.