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

Code refinement #84

Closed chfw closed 4 years ago

chfw commented 4 years ago

With your PR, here is a check list:

codecov-commenter commented 4 years ago

Codecov Report

Merging #84 into dev will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #84      +/-   ##
==========================================
- Coverage   96.96%   96.96%   -0.01%     
==========================================
  Files          50       50              
  Lines        3226     3225       -1     
==========================================
- Hits         3128     3127       -1     
  Misses         98       98              
Impacted Files Coverage Δ
pyexcel_io/_compact.py 62.96% <ø> (-1.33%) :arrow_down:
pyexcel_io/constants.py 100.00% <ø> (ø)
pyexcel_io/io.py 98.23% <ø> (ø)
pyexcel_io/database/__init__.py 100.00% <100.00%> (ø)
pyexcel_io/database/querysets.py 95.12% <100.00%> (ø)
pyexcel_io/plugin_api/abstract_sheet.py 100.00% <100.00%> (ø)
pyexcel_io/plugins.py 96.29% <100.00%> (ø)
pyexcel_io/readers/__init__.py 100.00% <100.00%> (ø)
pyexcel_io/readers/csv_sheet.py 98.14% <100.00%> (-0.02%) :arrow_down:
pyexcel_io/writers/__init__.py 100.00% <100.00%> (ø)
... and 1 more

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 80a2d25...84872b7. Read the comment docs.