Skip to content

Commit

Permalink
Remove publish test results for azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Feb 1, 2019
1 parent b2b2041 commit 230ae52
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 @@ -26,15 +26,3 @@ steps:
- script: |
yarn test
displayName: 'Run tests'

- task: PublishTestResults@2
displayName: 'Publish Test Results'
inputs:
testResultsFiles: '**junit*.xml'
testRunTitle: TestRun ${{ parameters.name }} $(node_version)

- task: PublishCodeCoverageResults@1
displayName: 'Publish code coverage results'
inputs:
codeCoverageTool: 'cobertura'
summaryFileLocation: '**/coverage/cobertura-coverage.xml'

0 comments on commit 230ae52

Please sign in to comment.