From 230ae52de2141a56bb830b2b34cdfedba5933c91 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Fri, 1 Feb 2019 13:44:01 +0000 Subject: [PATCH] Remove publish test results for azure pipelines --- azure-pipelines.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7f27eedd..6dab13bf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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' \ No newline at end of file