chengchingwen / Pickle.jl

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

Update deps #19

Closed yuehhua closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #19 (a74e5bb) into master (a6c4044) will increase coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #19   +/-   ##
=======================================
  Coverage   80.46%   80.47%           
=======================================
  Files          13       13           
  Lines         983      968   -15     
=======================================
- Hits          791      779   -12     
+ Misses        192      189    -3     
Impacted Files Coverage Δ
src/writearg.jl 83.33% <0.00%> (-0.39%) :arrow_down:
src/deserializer.jl 58.46% <0.00%> (-0.32%) :arrow_down:
src/serializer.jl 84.84% <0.00%> (-0.14%) :arrow_down:
src/torch/torch_load.jl 97.53% <0.00%> (-0.06%) :arrow_down:
src/sparse.jl 100.00% <0.00%> (ø)
src/opcode/opcode.jl 15.00% <0.00%> (+0.71%) :arrow_up:
src/torch/torch_save.jl 77.58% <0.00%> (+0.91%) :arrow_up:
src/Pickle.jl 91.11% <0.00%> (+1.98%) :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 a6c4044...a74e5bb. Read the comment docs.