From fb4fe2dfbc31a48ba10e2f7398f3a000e53cd009 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 29 Aug 2019 14:05:44 -0500 Subject: [PATCH] Add JUnit export to Azure --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3de7ae18..8990da38 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' -- GitLab