davidmogar / cucco

Text normalization library for Python
MIT License
203 stars 27 forks source link

Module rebranding #32

Closed davidmogar closed 7 years ago

davidmogar commented 7 years ago

This is a very dirt pull request as it does more than just changing the module name. It adds some tests and change the README file completely. Anyway... here a potato 🥔

Closes #12.

codecov[bot] commented 7 years ago

Codecov Report

Merging #32 into master will increase coverage by 0.39%. The diff coverage is 100%.

@@            Coverage Diff            @@
##           master     #32      +/-   ##
=========================================
+ Coverage   96.51%   96.9%   +0.39%     
=========================================
  Files           3       3              
  Lines          86      97      +11     
=========================================
+ Hits           83      94      +11     
  Misses          3       3
Impacted Files Coverage Δ
cucco/regex.py 75% <ø> (ø)
cucco/cucco.py 98.83% <100%> (ø)
cucco/init.py 100% <100%> (ø)

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 9dbdb51...c715230. Read the comment docs.