GunnarFarneback / LocalRegistry.jl

Create and maintain local registries for Julia packages.
Other
223 stars 21 forks source link

Switch registry argument to register from positional to keyword. #35

Closed GunnarFarneback closed 3 years ago

GunnarFarneback commented 3 years ago

This is a breaking change to switch the registry argument to register from a positional argument to a keyword argument. Cf #30.

codecov-commenter commented 3 years ago

Codecov Report

Merging #35 (7840f5c) into master (9d3a765) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   98.28%   98.31%   +0.02%     
==========================================
  Files           1        1              
  Lines         175      178       +3     
==========================================
+ Hits          172      175       +3     
  Misses          3        3              
Impacted Files Coverage Δ
src/LocalRegistry.jl 98.31% <100.00%> (+0.02%) :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 9d3a765...7840f5c. Read the comment docs.