mathiasbynens / punycode.js

A robust Punycode converter that fully complies to RFC 3492 and RFC 5891.
https://mths.be/punycode
MIT License
1.59k stars 158 forks source link

Decode case insensitive #106

Open tugrul opened 4 years ago

tugrul commented 4 years ago

105

codecov-commenter commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@baa6683). Click here to learn what that means. Patch has no changes to coverable lines.

:exclamation: Current head 5ed1662 differs from pull request most recent head 967ac02. Consider uploading reports for the commit 967ac02 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #106 +/- ## ======================================= Coverage ? 96.85% ======================================= Files ? 1 Lines ? 159 Branches ? 27 ======================================= Hits ? 154 Misses ? 5 Partials ? 0 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

tugrul commented 1 year ago

I made resolve conflicts and rebase manually again when I see codecov report warning. That warning occurs before because I made resolve conflict on github's interface.