We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88636df commit b97140cCopy full SHA for b97140c
.pipelines/azdo-base-pipeline.yml
@@ -5,6 +5,7 @@ steps:
5
6
- script: |
7
python -m pytest . --cov=diabetes_regression --cov-report=html --cov-report=xml --junitxml=unit-testresults.xml
8
+ condition: succeededOrFailed()
9
displayName: 'Run unit tests'
10
11
- task: PublishTestResults@2
0 commit comments