Skip to content

Commit

Permalink
add codecov to azure pipelines (tardis-sn#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf authored May 21, 2020
1 parent 7d62055 commit 51d7ce5
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions azure-pipelines/simple_test_framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,6 @@ jobs:
pytest tardis --tardis-refdata=$(ref.data.home) --cov=tardis --cov-report=xml --cov-report=html
export QT_API=pyqt
displayName: 'TARDIS test'
# - task: PublishTestResults@2
# condition: succeededOrFailed()
# inputs:
# testResultsFiles: '**/test-*.xml'
# testRunTitle: 'Test results for TARDIS on $(vm_Image)'

# - task: PublishCodeCoverageResults@1
# inputs:
# codeCoverageTool: Cobertura
# summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
# reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov'
- script: |
bash <(curl -s https://codecov.io/bash)
displayName: 'Upload to codecov.io'

0 comments on commit 51d7ce5

Please sign in to comment.