#2084: more debugging

This commit is contained in:
Czar Echavez
2023-12-02 15:31:36 +00:00
parent e48f0a6d68
commit 7b21f390c0

View File

@@ -106,7 +106,7 @@ stages:
version: '2.1.x'
- script: |
coverage run -m pytest tests/unit_tests
coverage run -m pytest -v -o junit_family=xunit2 --junitxml=junit/test-results.xml
coverage xml -o coverage.xml -i
coverage html -d htmlcov -i
displayName: 'Run tests and code coverage'