-
Notifications
You must be signed in to change notification settings - Fork 48
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
nest log and throws tests (1.11-nightly compat) #735
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #735 +/- ##
=======================================
Coverage 96.32% 96.33%
=======================================
Files 33 34 +1
Lines 3343 3352 +9
=======================================
+ Hits 3220 3229 +9
Misses 123 123
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
I incorporated the changes to avoid diagind
so that the tests on nightly make it through.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Benchmark Report for /home/runner/work/MixedModels.jl/MixedModels.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTarget
Baseline
|
Would it be worthwhile doing a patch release with this PR? It only affects operations on the development branch. |
@dmbates I don't think this needs to be released -- it's mostly useful for us testing against the nightly builds. If someone really needs it, well it's easy enough to do a quick release. |
I don't know what's changed in the nightly but something about catching the exception messes up the
@test_logs
check even though the error is still being logged. This fixes that and simplifies things a bit.