Closed ffevotte closed 5 years ago
Merging #7 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #7 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 46 46
=====================================
Hits 46 46
Impacted Files | Coverage Δ | |
---|---|---|
src/PkgSkeleton.jl | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f0ea57f...be2ff98. Read the comment docs.
Thanks for this PR, I prefer this to #6.
As an alternative to #6, this PR gets rid of
Pkg.METADATA_compatible_uuid
, which fixes the tests for all Julia versions, including the current nightly where this function disappeared fromPkg
.(like in #6, I also took the opportunity to update the tested Julia versions list)