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
CI disable coverage on Windows to keep CI times reasonable #26052
CI disable coverage on Windows to keep CI times reasonable #26052
Conversation
Hum:
|
This happened only in the last 3 pull requests. This might be transient. |
It might be a consequence of the merge of #26027 although I do not understand why (yet). |
Ok I understand: https://docs.codecov.com/docs/deprecated-uploader-migration-guide#python-uploader The raw |
It works: Note that on the last run, the windows build was below 25 min and the overall coverage is still good (97.21%). So I think we should remove the coverage collection on the windows build to keep more in line with the others (I saw some runs above 45 min in the past for the windows job). The 32 bit linux run is now the slowest but I think we should keep it because it will be able to cover branches that no other build can cover and this will be important as a proxy for WASM platform support. I will clean-up the debug prints. |
I will merge ASAP because coverage is broken on all PRs at the moment. |
Now that codecov has correctly collected coverage data on
main
after the merge of #26027, let see if we can speed-up the Windows CI by disabling coverage collection for this platform without degrading the test coverage statistics since very few code branches should depend on the windows platform in scikit-learn: