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

0.6.6 - minor update on log #113

Closed chfw closed 2 years ago

chfw commented 2 years ago

With your PR, here is a check list:

codecov-commenter commented 2 years ago

Codecov Report

Merging #113 (1caf894) into master (5275c1c) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #113   +/-   ##
=======================================
  Coverage   97.91%   97.91%           
=======================================
  Files          52       52           
  Lines        3361     3363    +2     
=======================================
+ Hits         3291     3293    +2     
  Misses         70       70           
Impacted Files Coverage Δ
pyexcel_io/__init__.py 100.00% <ø> (ø)
pyexcel_io/_compact.py 72.72% <ø> (ø)
pyexcel_io/book.py 68.51% <ø> (ø)
pyexcel_io/constants.py 100.00% <ø> (ø)
pyexcel_io/database/__init__.py 100.00% <ø> (ø)
pyexcel_io/database/common.py 100.00% <ø> (ø)
pyexcel_io/database/exporters/django.py 100.00% <ø> (ø)
pyexcel_io/database/exporters/sqlalchemy.py 100.00% <ø> (ø)
pyexcel_io/database/querysets.py 95.45% <ø> (ø)
pyexcel_io/exceptions.py 100.00% <ø> (ø)
... and 14 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 5275c1c...1caf894. Read the comment docs.