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.0 release #80

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 #80 into master will increase coverage by 0.05%. The diff coverage is 98.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   97.14%   97.20%   +0.05%     
==========================================
  Files          42       52      +10     
  Lines        3157     3292     +135     
==========================================
+ Hits         3067     3200     +133     
- Misses         90       92       +2     
Impacted Files Coverage Δ
pyexcel_io/database/common.py 100.00% <ø> (+1.04%) :arrow_up:
pyexcel_io/exceptions.py 100.00% <ø> (ø)
pyexcel_io/book.py 73.33% <84.61%> (-22.13%) :arrow_down:
pyexcel_io/database/importers/sqlalchemy.py 96.29% <89.47%> (+1.65%) :arrow_up:
pyexcel_io/plugins.py 96.39% <96.42%> (+1.23%) :arrow_up:
pyexcel_io/reader.py 97.18% <97.18%> (ø)
pyexcel_io/io.py 98.23% <97.67%> (-0.83%) :arrow_down:
pyexcel_io/readers/csv_sheet.py 98.14% <98.14%> (ø)
pyexcel_io/__init__.py 100.00% <100.00%> (ø)
pyexcel_io/_compact.py 70.83% <100.00%> (-12.89%) :arrow_down:
... and 65 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 01ba94c...9517e0b. Read the comment docs.

codecov-io commented 4 years ago

Codecov Report

Merging #80 into master will increase coverage by 0.68%. The diff coverage is 98.58%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   97.14%   97.83%   +0.68%     
==========================================
  Files          42       52      +10     
  Lines        3157     3326     +169     
==========================================
+ Hits         3067     3254     +187     
+ Misses         90       72      -18     
Impacted Files Coverage Δ
pyexcel_io/database/common.py 100.00% <ø> (+1.04%) :arrow_up:
pyexcel_io/exceptions.py 100.00% <ø> (ø)
pyexcel_io/book.py 69.44% <68.75%> (-26.02%) :arrow_down:
pyexcel_io/database/importers/sqlalchemy.py 96.29% <89.47%> (+1.65%) :arrow_up:
pyexcel_io/plugins.py 96.39% <96.42%> (+1.23%) :arrow_up:
pyexcel_io/reader.py 97.33% <97.33%> (ø)
pyexcel_io/io.py 98.23% <97.67%> (-0.83%) :arrow_down:
pyexcel_io/readers/csv_sheet.py 98.14% <98.14%> (ø)
pyexcel_io/__init__.py 100.00% <100.00%> (ø)
pyexcel_io/_compact.py 70.00% <100.00%> (-13.73%) :arrow_down:
... and 65 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 01ba94c...bc4d2b3. Read the comment docs.