#2084: more tests + remove concurrency in test to make sure coverage works

This commit is contained in:
Czar Echavez
2023-11-30 15:47:31 +00:00
parent 3cf21e4015
commit d9de57757f
5 changed files with 85 additions and 10 deletions

View File

@@ -86,5 +86,5 @@ stages:
displayName: 'Perform PrimAITE Setup'
- script: |
pytest -n auto --cov=src --cov-report=html:coverage_report --cov-fail-under=80
pytest --cov=src --cov-report=html:coverage_report --cov-fail-under=80
displayName: 'Run tests and code coverage'