• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tired-labs / tiredize / 22608374303
99%

Build:
DEFAULT BRANCH: main
Ran 03 Mar 2026 04:31AM UTC
Jobs 1
Files 69
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Mar 2026 04:31AM UTC coverage: 94.814% (+0.5%) from 94.356%
22608374303

push

github

web-flow
Issue/sanitize text newline bug (#19)

* Fix sanitize_text trailing newline bug by using split instead of splitlines

splitlines() treats trailing \n as a terminator and drops it, causing
the sanitized output to be shorter than the input. split('\n') treats
it as a separator, preserving the trailing empty element so the output
length matches the input length. Unskips 3 spec tests that were blocked
by this bug.

* Update issue files and parser specification for sanitize_text fix

Promotes sanitize-text-newline-bug to active with resolved design
decisions. Adds CRLF deferral note to gfm-parity. Updates parser
spec to document the split vs splitlines contract.

* Unskip 2 additional sanitize_text tests in test_utils.py

Peer review found 2 more tests skipped for the same splitlines bug
that were not in the original issue tally. Both pass with the fix.

* Remove stale splitlines bug comment from test_table_sanitize_idempotent

The comment described the splitlines trailing newline bug as a known
gap, but the bug is now fixed.

* Add edge case tests for multiple and all-newline sanitize_text matches

Covers acceptance criterion 4: match ending with multiple trailing
newlines and match consisting entirely of newline characters.

* Mark sanitize-text-newline-bug as completed

11 of 11 new or added lines in 2 files covered. (100.0%)

4607 of 4859 relevant lines covered (94.81%)

1.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22608374303.1 03 Mar 2026 04:31AM UTC 138
94.81
GitHub Action Run
Source Files on build 22608374303
  • Tree
  • List 69
  • Changed 4
  • Source Changed 4
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22608374303
  • 83427c53 on github
  • Prev Build on main (#22595159548)
  • Next Build on main (#22609056015)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc