Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #154 +/- ##
===========================================
+ Coverage 50.00% 77.69% +27.69%
===========================================
Files 1 2 +1
Lines 134 139 +5
===========================================
+ Hits 67 108 +41
+ Misses 67 31 -36 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cormullion
approved these changes
Jan 11, 2026
Member
cormullion
left a comment
There was a problem hiding this comment.
I don’t know what this is all about, but if everything continues to work, and it saves some disk space/bandwidth, then it’s OK.
Thanks for your effort! 🙏
This was referenced Jan 11, 2026
giordano
reviewed
Jan 13, 2026
This was referenced Jan 14, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR similar to jheinen/GR.jl#575 and JuliaData/CSV.jl#1176.
Restructure the repository so that we avoid shipping the
docsfiles (eating bandwidth to DL, and not useful for the end user).Xref: JuliaLang/Pkg.jl#3798.
Tests and docs build pass locally.
julia-actions/julia-invalidations#39 is needed for the
Invalidationscheck to pass.Needs a corresponding PR to the General registry, modifying https://github.com/JuliaRegistries/General/blob/master/C/ColorSchemes/Package.toml to add a subdir = "ColorSchemes" line.