chengchingwen / Pickle.jl

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

init attempt to move from pycall to pythoncall for testing #29

Closed chengchingwen closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #29 (21877b1) into master (437bba5) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   79.17%   79.17%           
=======================================
  Files          13       13           
  Lines        1018     1018           
=======================================
  Hits          806      806           
  Misses        212      212           

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 437bba5...21877b1. Read the comment docs.

chengchingwen commented 2 years ago

finally!