Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove html coverage report from the pipeline #5072

Merged
merged 2 commits into from
May 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .azure-pipelines/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,25 +160,18 @@ jobs:

- script: |
coverage xml
coverage html
displayName: 'Generate Coverage XML'

- script: |
codecov -t $(codecov-python-repository-token)
displayName: 'Publish Code Cov'
condition: ne(variables['codecov-python-repository-token'], '')

- task: PythonScript@0
displayName: 'Inline CSS for Cobertura'
inputs:
scriptPath: 'scripts/devops_tasks/inline_css_for_cobertura.py'

- task: PublishCodeCoverageResults@1
displayName: 'Publish Code Coverage to DevOps'
inputs:
codeCoverageTool: Cobertura
summaryFileLocation: '$(Build.SourcesDirectory)/coverage.xml'
reportDirectory: '$(Build.SourcesDirectory)/htmlcov'

- job: Test_Alpha_Python

Expand Down
77 changes: 0 additions & 77 deletions scripts/devops_tasks/inline_css_for_cobertura.py

This file was deleted.