textile / python-textile

A Python port of Textile, A humane web text generator
Other
69 stars 22 forks source link

Merge the fixes for #81 into develop #84

Closed ikirudennis closed 3 months ago

ikirudennis commented 3 months ago

Eventually this work will make its way into master

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 96.15385% with 5 lines in your changes missing coverage. Please review.

Project coverage is 98.23%. Comparing base (f930788) to head (3e10c59).

Files Patch % Lines
textile/core.py 96.42% 1 Missing and 2 partials :warning:
textile/utils.py 90.00% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #84 +/- ## =========================================== - Coverage 100.00% 98.23% -1.77% =========================================== Files 12 12 Lines 1196 1245 +49 Branches 224 229 +5 =========================================== + Hits 1196 1223 +27 - Misses 0 18 +18 - Partials 0 4 +4 ```

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

ikirudennis commented 3 months ago

I'm realizing that I probably did this wrong. I'll need to rebase develop on top of the starting point of this PR. closing this and will create a new PR to accomplish that