diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3de7ae18fd1a76080a9dd05205a78bea816d6b97..8990da38efd903076c420745015769967433305d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,6 +29,11 @@ jobs: displayName: 'Pytest Conda' + - + task: PublishTestResults@2 + inputs: + testResultsFormat: 'JUnit' + testResultsFiles: 'test/pytest.xml' - job: 'Flake8'