Published test result at the end

This commit is contained in:
budtmo
2021-06-21 10:25:54 +02:00
parent 4f9469db55
commit 92e4933521
+5 -3
View File
@@ -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'