Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not depend on pkg_resources module #42

Merged
merged 1 commit into from Jun 23, 2020
Merged

Conversation

jquast
Copy link
Owner

@jquast jquast commented Jun 23, 2020

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

generate code for wcwidth/unicode_versions.py,
delete wcwidth/version.json, and all references
to it.
@codecov
Copy link

codecov bot commented Jun 23, 2020

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%) ⬆️

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The import of pkg_resources creates issues packaging this library
1 participant