jquast / wcwidth

Python library that measures the width of unicode strings rendered to a terminal
Other
392 stars 58 forks source link

Do not depend on pkg_resources module #42

Closed jquast closed 4 years ago

jquast commented 4 years ago

Generate code for wcwidth/unicode_versions.py, delete wcwidth/version.json, and all references to it. Closes #41

codecov[bot] commented 4 years ago

Codecov Report

Merging #42 into master will increase coverage by 1.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   96.77%   97.84%   +1.07%     
==========================================
  Files           3        5       +2     
  Lines          93       93              
  Branches       18       18              
==========================================
+ Hits           90       91       +1     
+ Misses          2        1       -1     
  Partials        1        1              
Impacted Files Coverage Δ
wcwidth/table_wide.py 100.00% <ø> (ø)
wcwidth/table_zero.py 100.00% <ø> (ø)
wcwidth/__init__.py 100.00% <100.00%> (ø)
wcwidth/unicode_versions.py 100.00% <100.00%> (ø)
wcwidth/wcwidth.py 97.64% <100.00%> (+0.94%) :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 28f0fe5...40d6bcb. Read the comment docs.