We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb4fe6 commit fed31cbCopy full SHA for fed31cb
ci/azure/azure_template_windows.yml
@@ -69,7 +69,7 @@ jobs:
69
- script: |
70
echo "Testing editable install"
71
echo pytest --durations=25 pandas_datareader/tests
72
- pytest --durations=25 pandas_datareader/tests
+ pytest --durations=25 --cov-config .coveragerc --cov=pandas_datareader --cov-report xml:coverage.xml --cov-report term --junitxml=junit/test-results.xml pandas_datareader/tests
73
displayName: 'Run tests'
74
75
- task: PublishTestResults@2
0 commit comments