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