diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f90365b25e158ccec4d0a2d3ff266109e1a73949..b1bcbc9f9dd1c379939fc26be69cbca9654b11b3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,6 +15,12 @@ jobs: displayName: 'Pytest Conda' + - + task: PublishTestResults@2 + inputs: + testResultsFormat: 'JUnit' + testResultsFiles: 'test/pytest.xml' + - job: 'Python3' pool: