chengchingwen / Pickle.jl

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

Fix nightly ci #24

Closed chengchingwen closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #24 (142dc8c) into master (2944e3c) will increase coverage by 0.30%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   80.67%   80.98%   +0.30%     
==========================================
  Files          14       14              
  Lines         978      999      +21     
==========================================
+ Hits          789      809      +20     
- Misses        189      190       +1     
Impacted Files Coverage Δ
src/torch/storage.jl 57.89% <100.00%> (+2.63%) :arrow_up:
src/Pickle.jl 89.79% <0.00%> (-1.51%) :arrow_down:
src/torch/torch_save.jl 76.66% <0.00%> (-0.92%) :arrow_down:
src/opcode/opcode.jl 18.18% <0.00%> (-0.87%) :arrow_down:
src/serializer.jl 84.81% <0.00%> (-0.04%) :arrow_down:
src/sparse.jl 100.00% <0.00%> (ø)
src/deserializer.jl 58.13% <0.00%> (+0.32%) :arrow_up:
src/writearg.jl 83.72% <0.00%> (+0.38%) :arrow_up:
src/torch/torch_load.jl 97.59% <0.00%> (+1.29%) :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 2944e3c...142dc8c. Read the comment docs.