Open fonsp opened 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
d68e430
) 87.73% compared to head (a1bda7b
) 87.73%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Quite a bit have changed since this was written. In particular there is now Base.pkgversion
, so I think all of this can be replaced by e.g.
version_specific_scratch = let pkg_version = pkgversion(@__MODULE__)
scratch_name = "data_for_version-$(pkg_version.major).$(pkg_version.minor)"
@get_scratch!(scratch_name)
end
Hey! Scratch is cool!
Little typo fix in the README: a ref change does not need the
global
keyword