summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorBernat Gabor <gaborjbernat@gmail.com>2018-09-17 12:42:55 +0100
committerBernát Gábor <gaborjbernat@gmail.com>2018-09-17 14:46:34 +0300
commit8247a158682ad1a0305f2bac9412ac947b28a7b0 (patch)
treea3846229951a17a170dbba638deec13a57e58b98 /azure-pipelines.yml
parent9d741a556e8dee075ef246bced05310d8379c570 (diff)
downloadtox-git-8247a158682ad1a0305f2bac9412ac947b28a7b0.tar.gz
Do not publish test results
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7360abe1..61016469 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -81,15 +81,6 @@ jobs:
- script: 'python -m tox -e py'
displayName: run tests
- - task: PublishTestResults@2
- displayName: publish test results
- inputs:
- testResultsFiles: '.tox/test-results.*.xml'
- mergeTestResults: true
- testRunTitle: '$(agent.os) py$(python.version)'
- platform: linux
- condition: succeededOrFailed()
-
- script: 'python -m tox -e coverage'
displayName: generate coverage.xml
@@ -139,15 +130,6 @@ jobs:
- script: 'python -m tox -e py'
displayName: run tests
- - task: PublishTestResults@2
- displayName: publish test results
- inputs:
- testResultsFiles: '.tox/test-results.*.xml'
- mergeTestResults: true
- testRunTitle: '$(agent.os) py$(python.version)'
- platform: windows
- condition: succeededOrFailed()
-
- script: 'python -m tox -e coverage'
displayName: generate coverage.xml
@@ -181,15 +163,6 @@ jobs:
- script: 'python3 -m tox -e $(toxenv)'
displayName: run tests
- - task: PublishTestResults@2
- displayName: publish test results
- inputs:
- testResultsFiles: '.tox/test-results.*.xml'
- mergeTestResults: true
- testRunTitle: '$(toxenv)'
- platform: macos
- condition: succeededOrFailed()
-
- script: 'python3 -m tox -e coverage'
displayName: generate coverage.xml