-
Notifications
You must be signed in to change notification settings - Fork 220
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
Various CI improvements #2375
Various CI improvements #2375
Conversation
Matrix still broken (sigh) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2375 +/- ##
==========================================
+ Coverage 86.39% 86.45% +0.06%
==========================================
Files 22 22
Lines 1573 1573
==========================================
+ Hits 1359 1360 +1
+ Misses 214 213 -1 ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 11535736871Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks Penny!
Replace '1.10' with 'min' in CI - closes Use version = "min" in CI #2373
Bumps julia-actions/cache to v2 - closes Upgrade julia-actions/cache to v2 #2370
I tried to simplify the CI matrix. I'm not sure if it has the desired effect, have to see what happens in CI, but it seems that GitHub are low on runners right now
I added one combination to test on 'pre' Julia version, i.e. 1.12 as of the time of writing. I think the release of 1.11 caught us a bit off guard and it might be better to be proactive in the future. We already do this testing in DynamicPPL and I think it makes sense to include it here too.