#2735: pipeline build fail if test fails

This commit is contained in:
Czar Echavez
2024-07-29 15:15:15 +01:00
parent 3d13669671
commit 0fad61eaea
2 changed files with 23 additions and 3 deletions

View File

@@ -102,9 +102,7 @@ stages:
version: '2.1.x'
- script: |
coverage run -m --source=primaite pytest -v -o junit_family=xunit2 --junitxml=junit/test-results.xml --cov-fail-under=80
coverage xml -o coverage.xml -i
coverage html -d htmlcov -i
python run_test_and_coverage.py
displayName: 'Run tests and code coverage'
# Run the notebooks