Alir3z4 / html2text

Convert HTML to Markdown-formatted text.
alir3z4.github.io/html2text/
GNU General Public License v3.0
1.74k stars 266 forks source link

Fix new line inside emphasis #368

Open aliana17 opened 3 years ago

aliana17 commented 3 years ago

Fixed ## # 151

codecov[bot] commented 6 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (099c4b8) 97.23% compared to head (b48cf24) 96.86%.

Files Patch % Lines
html2text/__init__.py 79.16% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #368 +/- ## ========================================== - Coverage 97.23% 96.86% -0.38% ========================================== Files 11 12 +1 Lines 1122 1149 +27 ========================================== + Hits 1091 1113 +22 - Misses 31 36 +5 ``` | [Flag](https://app.codecov.io/gh/Alir3z4/html2text/pull/368/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alireza+Savand) | Coverage Δ | | |---|---|---| | [unittests-3.10](https://app.codecov.io/gh/Alir3z4/html2text/pull/368/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alireza+Savand) | `96.86% <83.33%> (-0.38%)` | :arrow_down: | | [unittests-3.11](https://app.codecov.io/gh/Alir3z4/html2text/pull/368/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alireza+Savand) | `96.86% <83.33%> (-0.38%)` | :arrow_down: | | [unittests-3.12](https://app.codecov.io/gh/Alir3z4/html2text/pull/368/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alireza+Savand) | `96.86% <83.33%> (-0.38%)` | :arrow_down: | | [unittests-3.8](https://app.codecov.io/gh/Alir3z4/html2text/pull/368/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alireza+Savand) | `96.86% <83.33%> (-0.38%)` | :arrow_down: | | [unittests-3.9](https://app.codecov.io/gh/Alir3z4/html2text/pull/368/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alireza+Savand) | `96.86% <83.33%> (-0.38%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alireza+Savand#carryforward-flags-in-the-pull-request-comment) to find out more.

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

Alir3z4 commented 6 months ago

Could you please fix the failing CI and increase the coverage with tests?