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

plugin and writer interfaces update #79

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 #79 into dev will decrease coverage by 0.05%. The diff coverage is 86.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #79      +/-   ##
==========================================
- Coverage   96.93%   96.88%   -0.06%     
==========================================
  Files          51       51              
  Lines        3201     3212      +11     
==========================================
+ Hits         3103     3112       +9     
- Misses         98      100       +2     
Impacted Files Coverage Δ
pyexcel_io/database/__init__.py 100.00% <ø> (ø)
pyexcel_io/database/importers/django.py 97.95% <ø> (-0.05%) :arrow_down:
pyexcel_io/database/importers/sqlalchemy.py 95.00% <ø> (-0.09%) :arrow_down:
pyexcel_io/plugins.py 96.29% <ø> (ø)
pyexcel_io/readers/__init__.py 100.00% <ø> (ø)
tests/test_book.py 100.00% <ø> (ø)
pyexcel_io/writers/csv_in_file.py 95.23% <85.71%> (-4.77%) :arrow_down:
pyexcel_io/writers/csv_in_memory.py 95.00% <85.71%> (-5.00%) :arrow_down:
pyexcel_io/writers/csvz_writer.py 95.83% <85.71%> (-4.17%) :arrow_down:
pyexcel_io/writer.py 100.00% <100.00%> (+3.33%) :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 9fa3f40...72c86e0. Read the comment docs.