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.12 #62

Closed chfw closed 5 years ago

chfw commented 5 years ago
  1. minor code refactoring
  2. include tests and docs for OpenSuse. #60 #61
codecov-io commented 5 years ago

Codecov Report

Merging #62 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
- Coverage   97.14%   97.14%   -0.01%     
==========================================
  Files          42       42              
  Lines        3050     3045       -5     
==========================================
- Hits         2963     2958       -5     
  Misses         87       87
Impacted Files Coverage Δ
pyexcel_io/readers/tsvz.py 100% <ø> (ø) :arrow_up:
pyexcel_io/writers/tsvz.py 100% <ø> (ø) :arrow_up:
tests/test_renderer.py 100% <ø> (ø) :arrow_up:
pyexcel_io/utils.py 100% <ø> (ø) :arrow_up:
tests/test_new_csv_book.py 100% <100%> (ø) :arrow_up:
pyexcel_io/writers/csvz.py 100% <100%> (ø) :arrow_up:
pyexcel_io/plugins.py 95.16% <100%> (ø) :arrow_up:
tests/test_issues.py 92.23% <100%> (ø) :arrow_up:
tests/test_filter.py 100% <100%> (ø) :arrow_up:
tests/test_book.py 100% <100%> (ø) :arrow_up:
... and 17 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 02f2e6d...0bff65d. Read the comment docs.