From 92e49335211227506b8c7093aa2f9c32721e0e80 Mon Sep 17 00:00:00 2001 From: budtmo Date: Mon, 21 Jun 2021 10:25:54 +0200 Subject: [PATCH] Published test result at the end --- pipelines/test-pipeline.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pipelines/test-pipeline.yml b/pipelines/test-pipeline.yml index 78e99ad..69b57ae 100644 --- a/pipelines/test-pipeline.yml +++ b/pipelines/test-pipeline.yml @@ -23,10 +23,12 @@ jobs: python.version: '3.5' steps: - task: UsePythonVersion@0 - inputs: - versionSpec: '$(python.version)' - displayName: 'Use Python $(python.version)' + inputs: + versionSpec: '$(python.version)' + displayName: 'Use Python $(python.version)' - script: pip install -r requirements.txt displayName: 'Install pip packages' - script: ./release.sh test 7.1.1 $(app_version) displayName: 'Build Docker image with Android 7.1.1 and run unit tests' + - script: bash <(curl -s https://codecov.io/bash) + displayName: 'Publish test result'