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

WIP - Query set reader #83

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 #83 into dev will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #83      +/-   ##
==========================================
+ Coverage   96.94%   96.96%   +0.02%     
==========================================
  Files          49       50       +1     
  Lines        3203     3226      +23     
==========================================
+ Hits         3105     3128      +23     
  Misses         98       98              
Impacted Files Coverage Δ
pyexcel_io/constants.py 100.00% <100.00%> (ø)
pyexcel_io/database/__init__.py 100.00% <100.00%> (ø)
pyexcel_io/database/exporters/queryset.py 100.00% <100.00%> (ø)
pyexcel_io/database/querysets.py 95.12% <100.00%> (+0.25%) :arrow_up:
tests/test_sql_book.py 97.73% <100.00%> (+0.05%) :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 d66637a...08e4bd8. Read the comment docs.