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

Expanding and updating CI #1046

Merged
merged 28 commits into from
Nov 8, 2024
Merged

Expanding and updating CI #1046

merged 28 commits into from
Nov 8, 2024

Conversation

JordiManyer
Copy link
Member

@JordiManyer JordiManyer commented Nov 5, 2024

Changes to CI:

  • Updated actions to newer versions
  • Consolidated x64 and x86 tests in a single file
  • Moved documentation building to a new file
  • Expanded tests to windows and macos
  • New Downgrade workflow: Checks if lower bound compat entries are actually supported

Changes in Gridap

These are changes required by the new CI workflows:

  • Cleaned up compats so that the lower-bound compat configuration is actually working.
    • The most radical change comes from bumping up compat for Julia to +1.6. This leaves us with 2 LTSs supported (1.6, 1.10) which should be more than enough.
  • I removed the manual cleanup we do within our tests by calling rm(tmpdir). This is messing with windows filesystem, and is no longer needed after Julia 1.3 since temp directories get cleaned up by default.

ranocha and others added 2 commits August 9, 2023 17:35
- Updated actions to newer versions
- Expanded tests to windows and macos
- Consolidated x64 and x86 tests in a single file
- Moved documentation building to a new file
- New Downgrade workflow
- New Invalidations workflow
@JordiManyer JordiManyer self-assigned this Nov 5, 2024
enable dependabot for GitHub actions
Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.88%. Comparing base (b31f36d) to head (2477b6c).
Report is 29 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1046      +/-   ##
==========================================
+ Coverage   88.74%   88.88%   +0.14%     
==========================================
  Files         195      195              
  Lines       23567    23570       +3     
==========================================
+ Hits        20914    20951      +37     
+ Misses       2653     2619      -34     

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

@JordiManyer JordiManyer marked this pull request as ready for review November 7, 2024 11:46
@JordiManyer JordiManyer merged commit d16e907 into master Nov 8, 2024
23 checks passed
@JordiManyer JordiManyer deleted the update-ci branch November 8, 2024 03:03
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.

3 participants