tpapp / PkgSkeleton.jl

Generate Julia package skeletons using a simple template system
Other
50 stars 7 forks source link

Get rid of Pkg.METADATA_compatible_uuid #7

Closed ffevotte closed 5 years ago

ffevotte commented 5 years ago

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 from Pkg.

(like in #6, I also took the opportunity to update the tested Julia versions list)

codecov[bot] commented 5 years ago

Codecov Report

Merging #7 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          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.

tpapp commented 5 years ago

Thanks for this PR, I prefer this to #6.