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

CI: Reduce number of CI jobs (don't run on Julia 1.9; don't run 32-bit on Julia 1.6) #1007

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DilumAluthge
Copy link
Member

@DilumAluthge DilumAluthge commented Nov 21, 2024

Alternative to #1005.
Closes #957.

I think this accomplishes the main goal (reduce the number of CI jobs, and thus reduce the total CI time), without needing to change the Julia compat.

@DilumAluthge DilumAluthge changed the title CI: Reduce number of CI jobs (don't run on Julia 1.9, don't run cover… CI: Reduce number of CI jobs (don't run on Julia 1.9, don't run coverage-disabled jobs) Nov 21, 2024
@DilumAluthge DilumAluthge changed the title CI: Reduce number of CI jobs (don't run on Julia 1.9, don't run coverage-disabled jobs) CI: Reduce number of CI jobs (don't run on Julia 1.9; don't run coverage-disabled jobs; don't run 32-bit on Julia 1.6) Nov 21, 2024
@DilumAluthge DilumAluthge changed the title CI: Reduce number of CI jobs (don't run on Julia 1.9; don't run coverage-disabled jobs; don't run 32-bit on Julia 1.6) CI: Reduce number of CI jobs (don't run on Julia 1.9; don't run 32-bit on Julia 1.6) Nov 21, 2024
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.73%. Comparing base (8d6fce0) to head (1e80b85).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1007      +/-   ##
==========================================
+ Coverage   84.07%   87.73%   +3.65%     
==========================================
  Files           3        3              
  Lines         829      799      -30     
==========================================
+ Hits          697      701       +4     
+ Misses        132       98      -34     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI fails for Julia 1.9 on 32 bit Windows
1 participant