pyexcel / pyexcel-xlsx

A wrapper library to read, manipulate and write data in xlsx and xlsm format using openpyxl
Other
115 stars 32 forks source link

release 0.5.8 #35

Closed chfw closed 4 years ago

chfw commented 4 years ago

With your PR, here is a check list:

fixes #34

codecov-io commented 4 years ago

Codecov Report

Merging #35 into master will decrease coverage by 1.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   97.77%   96.67%   -1.11%     
==========================================
  Files          12       12              
  Lines         629      631       +2     
==========================================
- Hits          615      610       -5     
- Misses         14       21       +7
Impacted Files Coverage Δ
pyexcel_xlsx/xlsxw.py 100% <ø> (ø) :arrow_up:
pyexcel_xlsx/xlsxr.py 88.61% <ø> (-5.7%) :arrow_down:
pyexcel_xlsx/__init__.py 100% <100%> (ø) :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 3a08c32...be718ba. Read the comment docs.

chfw commented 4 years ago

for myself, this project now has new maintainer friendly features:

  1. auto release -> gease version description -> auto publish is done by github
  2. moban related project info has now inherit from pyexcel-mobans, which means: changes there will semi-auto-propagate. fully automated meta info propagation is under development.