Closed 00vareladavid closed 3 years ago
Merging #17 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #17 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 47 52 +5
=====================================
+ Hits 47 52 +5
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 9c1b22b...a90615d. Read the comment docs.
Thanks for the PR, and sorry for the delay in review, I try to do these things in batches.
My only concern is that setting Base.ACTIVE_PROJECT[]
is not exposed API.
I merged this but got into a git mess, so closing the PR.
First, nice package! I appreciate the minimalism.
I noticed PkgSkeleton was slower than expected when generating multiple repos at once. This avoids the cost of spawning a new process and of unnecessary registry updates.