From ae435f423e1c93cfe57934af247c4c17e4fe6bce Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 26 Sep 2020 14:55:50 +0200 Subject: [PATCH] ci: fix failing unittests not reporting correctly --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6b8630d18..ad8a88973 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -179,6 +179,9 @@ stages: inputs: script: | pipenv run coverage run ./manage.py test passbook -v 3 + - task: CmdLine@2 + inputs: + script: | mkdir output-unittest mv unittest.xml output-unittest/unittest.xml mv .coverage output-unittest/coverage