vericast / conda-mirror

Mirror upstream conda channels
BSD 3-Clause "New" or "Revised" License
72 stars 60 forks source link

Validate the local package cache before mirroring new packages #26

Closed ericdill closed 7 years ago

ericdill commented 7 years ago

This adds the command line flag --validate-local-channel that will run full validation on all local packages. Will take a lot of extra time to do, so enable with caution

codecov[bot] commented 7 years ago

Codecov Report

Merging #26 into master will decrease coverage by -0.8%.

@@            Coverage Diff            @@
##           master      #26     +/-   ##
=========================================
- Coverage   90.12%   89.32%   -0.8%     
=========================================
  Files           2        2             
  Lines         243      253     +10     
=========================================
+ Hits          219      226      +7     
- Misses         24       27      +3
Impacted Files Coverage Δ
conda_mirror/conda_mirror.py 89.2% <69.69%> (-0.8%) :x:

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 d28b012...5447634. Read the comment docs.

ericdill commented 7 years ago

Superceded by #28