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

V0.5.10 #58

Closed chfw closed 5 years ago

chfw commented 5 years ago

address #57

codecov-io commented 5 years ago

Codecov Report

Merging #58 into master will decrease coverage by <.01%. The diff coverage is 96.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
- Coverage   97.15%   97.14%   -0.01%     
==========================================
  Files          42       42              
  Lines        3021     3050      +29     
==========================================
+ Hits         2935     2963      +28     
- Misses         86       87       +1
Impacted Files Coverage Δ
pyexcel_io/exceptions.py 100% <100%> (ø) :arrow_up:
pyexcel_io/readers/csvr.py 98.13% <100%> (ø) :arrow_up:
pyexcel_io/constants.py 100% <100%> (ø) :arrow_up:
tests/test_service.py 100% <100%> (ø) :arrow_up:
pyexcel_io/service.py 78.33% <90.9%> (+0.85%) :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 c119c1a...4637498. Read the comment docs.