-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update TagBot GHA; add CompatHelper and CI GHAs #11
Conversation
Codecov Report
@@ Coverage Diff @@
## main #11 +/- ##
======================================
Coverage ? 4.82%
======================================
Files ? 18
Lines ? 7497
Branches ? 0
======================================
Hits ? 362
Misses ? 7135
Partials ? 0 |
Though not related to the main subject of this PR, few packages used ( |
Just noticed PlanetaryEphemeris.jl v0.5.1 has not yet been released due to JuliaRegistries/General#84252 not being merged yet; this causes in turn that NEOs.jl environment cannot be resolved |
There is a test failing in JuliaRegistries/General#84252, which may delay merging it. |
I tried re-triggering JuliaRegistrator, but autoMerge failed again due to the process taking too long (again, probably due to precompilation during package loading) |
I've now upgraded the dependencies compatibility requirements, including the update to PlanetaryEphemeris.jl v0.6.0 which has just been released.
I also update this, thanks! |
We've got the green lights, so I'll go ahead and merge. |
In the end, JuliaRegistrator returned an error regarding the NEOs.jl version stated as "0.3" in the Project.toml, which it interpreted as "0.3.0", so I pushed another commit onto main with the version "0.3.1". |
Fixes #10. Also updates TagBot GHA.