-
Notifications
You must be signed in to change notification settings - Fork 42
restructure repository #154
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
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
left a comment
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 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! 🙏
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.