#2084: more debugging
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user