jquast / wcwidth

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

Include test data in sdist #98

Closed mgorny closed 10 months ago

mgorny commented 10 months ago

Explicitly include test data files (*.txt) in sdist archives. Otherwise, only test Python files are included and the test suite fails because of missing data files.

mtelka commented 10 months ago

Fixes #99

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (42e7af8) 100.00% compared to head (560e386) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #98 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 5 Lines 105 105 Branches 25 25 ========================================= Hits 105 105 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mgorny commented 10 months ago

Thanks!