chengchingwen / Pickle.jl

An experimental package for loading and saving object in Python Pickle format.
MIT License
51 stars 9 forks source link

Refine ci #22

Closed chengchingwen closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #22 (b4a2111) into master (983fb8c) will increase coverage by 0.19%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   80.47%   80.67%   +0.19%     
==========================================
  Files          13       14       +1     
  Lines         968      978      +10     
==========================================
+ Hits          779      789      +10     
  Misses        189      189              
Impacted Files Coverage Δ
src/np.jl 85.29% <ø> (-0.32%) :arrow_down:
src/torch/torch_load.jl 96.29% <ø> (-1.24%) :arrow_down:
src/defaults.jl 100.00% <100.00%> (ø)
src/deserializer.jl 57.81% <100.00%> (-0.65%) :arrow_down:
src/torch/storage.jl 55.26% <0.00%> (-1.50%) :arrow_down:
src/torch/torch.jl 100.00% <0.00%> (ø)
src/Pickle.jl 91.30% <0.00%> (+0.19%) :arrow_up:
src/readarg.jl 98.86% <0.00%> (+2.27%) :arrow_up:
... and 2 more

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 983fb8c...b4a2111. Read the comment docs.