Skip to content

Commit

Permalink
run unit tests in any case (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaidachni authored Feb 20, 2020
1 parent 88636df commit b97140c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pipelines/azdo-base-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ steps:

- script: |
python -m pytest . --cov=diabetes_regression --cov-report=html --cov-report=xml --junitxml=unit-testresults.xml
condition: succeededOrFailed()
displayName: 'Run unit tests'

- task: PublishTestResults@2
Expand Down

0 comments on commit b97140c

Please sign in to comment.