Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include windows coverage #13587

Merged
merged 16 commits into from Jan 6, 2023
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -127,8 +127,6 @@ jobs:

- name: Coverage Processing
run: |
# skip windows until https://github.com/nedbat/coveragepy/issues/991 is resolved
rm coverage-data/*.tests_windows_* coverage-data/.*.tests_windows_*
coverage combine --rcfile=.coveragerc --data-file coverage-reports/.coverage coverage-data/
coverage xml --rcfile=.coveragerc --data-file coverage-reports/.coverage -o coverage-reports/coverage.xml
coverage html --rcfile=.coveragerc --data-file coverage-reports/.coverage --directory coverage-reports/html/
Expand Down