tsutsu3 / linkify-it-py

Links recognition library with full unicode support
Other
15 stars 8 forks source link

Rename the method from _normalize to normalize #23

Closed tsutsu3 closed 3 years ago

tsutsu3 commented 3 years ago

Remove _ suffix. Same as the js version.

codecov-io commented 3 years ago

Codecov Report

Merging #23 (dfcda9c) into main (1e35d3c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #23   +/-   ##
=======================================
  Coverage   97.64%   97.64%           
=======================================
  Files           3        3           
  Lines         297      297           
  Branches       51       51           
=======================================
  Hits          290      290           
  Misses          4        4           
  Partials        3        3           
Flag Coverage Δ
pytests 97.64% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
linkify_it/main.py 97.23% <100.00%> (ø)

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 1e35d3c...dfcda9c. Read the comment docs.