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.5.9 #52

Closed chfw closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #52 into master will increase coverage by 63.04%. The diff coverage is 98.05%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #52       +/-   ##
===========================================
+ Coverage    34.1%   97.15%   +63.04%     
===========================================
  Files          42       42               
  Lines        3014     3021        +7     
===========================================
+ Hits         1028     2935     +1907     
+ Misses       1986       86     -1900
Impacted Files Coverage Δ
pyexcel_io/__init__.py 100% <ø> (ø) :arrow_up:
pyexcel_io/database/importers/django.py 100% <ø> (+11.36%) :arrow_up:
pyexcel_io/plugins.py 95.16% <ø> (+16.12%) :arrow_up:
pyexcel_io/database/importers/sqlalchemy.py 94.64% <ø> (+7.14%) :arrow_up:
pyexcel_io/book.py 98.03% <ø> (+31.37%) :arrow_up:
pyexcel_io/exceptions.py 100% <ø> (ø) :arrow_up:
pyexcel_io/service.py 77.47% <ø> (+26.12%) :arrow_up:
pyexcel_io/_compact.py 83.72% <ø> (+2.32%) :arrow_up:
tests/test_pyexcel_integration.py 100% <100%> (+100%) :arrow_up:
tests/test_csv_book.py 100% <100%> (+100%) :arrow_up:
... and 47 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 59ac347...9a5a463. Read the comment docs.

chfw commented 6 years ago

https://github.com/pyexcel/pyexcel/issues/148