Skip to content

Commit

Permalink
publish coverage report in azure ebu#21
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSmithEU committed Apr 8, 2019
1 parent c5905cb commit e054651
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
testResultsFiles: '**/test-results.xml'
testRunTitle: 'Python $(python.version)'
condition: succeededOrFailed()
- task: PublishCodeCoverageResults@1
inputs:
codeCoverageTool: Cobertura
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov'

- job: 'Lint'
pool:
Expand Down

0 comments on commit e054651

Please sign in to comment.