#2084: beginning the introduction of code coverage + adding tests to try to meet the 80% code coverage target
This commit is contained in:
@@ -86,5 +86,5 @@ stages:
|
||||
displayName: 'Perform PrimAITE Setup'
|
||||
|
||||
- script: |
|
||||
pytest -n auto
|
||||
displayName: 'Run tests'
|
||||
pytest -n auto --cov=src --cov-report=html:coverage_report --cov-fail-under=80
|
||||
displayName: 'Run tests and code coverage'
|
||||
|
||||
Reference in New Issue
Block a user