GunnarFarneback / LocalRegistry.jl

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

Make the testing environment less fragile. #10

Closed GunnarFarneback closed 4 years ago

GunnarFarneback commented 4 years ago

Use a temporary depot while testing registries, for less interference with the normal depot. In particular test failures can no longer leave you without the General registry.

codecov-io commented 4 years ago

Codecov Report

Merging #10 into master will not change coverage by %. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   98.31%   98.31%           
=======================================
  Files           1        1           
  Lines         119      119           
=======================================
  Hits          117      117           
  Misses          2        2           
Impacted Files Coverage Δ
src/LocalRegistry.jl 98.31% <100.00%> (ø)

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 2a8fa01...4d8368a. Read the comment docs.