#2084: add coverage fail condition

This commit is contained in:
Czar Echavez
2023-12-04 08:58:03 +00:00
parent f55e18c4c8
commit 534d4f96f3

View File

@@ -95,7 +95,7 @@ stages:
version: '2.1.x'
- script: |
coverage run -m --source=primaite pytest -v -o junit_family=xunit2 --junitxml=junit/test-results.xml
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
displayName: 'Run tests and code coverage'