#2084: debug pipeline

This commit is contained in:
Czar Echavez
2023-12-01 13:52:06 +00:00
parent c21a52d3f7
commit 4f57403751

View File

@@ -98,7 +98,7 @@ stages:
displayName: 'Perform PrimAITE Setup'
- script: |
pytest -v tests/ --cov=src/ -o junit_family=xunit2 --junitxml=junit/test-results.xml --cov-report xml:coverage.xml --cov-report html:src/coverage/html
pytest -v tests/ --cov=src/ -o junit_family=xunit2 --junitxml=junit/test-results.xml --cov-report xml:coverage.xml --cov-report html
displayName: 'Run tests and code coverage'
- task: PublishTestResults@2