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