Skip to content

Commit fed31cb

Browse files
committed
CI: Add coverage for windows
1 parent cdb4fe6 commit fed31cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure/azure_template_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- script: |
7070
echo "Testing editable install"
7171
echo pytest --durations=25 pandas_datareader/tests
72-
pytest --durations=25 pandas_datareader/tests
72+
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
7373
displayName: 'Run tests'
7474
7575
- task: PublishTestResults@2

0 commit comments

Comments
 (0)