pyexcel / pyexcel-io

One interface to read and write the data in various excel formats, import the data into and export the data from databases
http://io.pyexcel.org
Other
58 stars 20 forks source link

Release 0.6.3 #98

Closed chfw closed 3 years ago

chfw commented 3 years ago

With your PR, here is a check list:

codecov-io commented 3 years ago

Codecov Report

Merging #98 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   97.83%   97.83%           
=======================================
  Files          52       52           
  Lines        3328     3332    +4     
=======================================
+ Hits         3256     3260    +4     
  Misses         72       72           
Impacted Files Coverage Δ
pyexcel_io/exceptions.py 100.00% <ø> (ø)
pyexcel_io/readers/__init__.py 100.00% <ø> (ø)
pyexcel_io/reader.py 97.10% <100.00%> (-0.24%) :arrow_down:
pyexcel_io/readers/csvz.py 100.00% <100.00%> (ø)
tests/test_issues.py 100.00% <100.00%> (ø)
tests/test_service.py 100.00% <100.00%> (ø)
pyexcel_io/book.py 68.51% <0.00%> (-0.93%) :arrow_down:
pyexcel_io/plugins.py 95.49% <0.00%> (-0.91%) :arrow_down:
pyexcel_io/service.py 97.39% <0.00%> (+1.73%) :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 b46dc16...7adcec9. Read the comment docs.