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

tired-labs / tiredize / 22608374303 / 1
99%
main: 99%

Build:
DEFAULT BRANCH: main
Ran 03 Mar 2026 04:31AM UTC
Files 138
Run time 2s
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.1

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

9214 of 9718 relevant lines covered (94.81%)

0.95 hits per line

Source Files on job 22608374303.1
  • Tree
  • List 138
  • Changed 4
  • Source Changed 4
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22608374303
  • 83427c53 on github
  • Prev Job for on main (#22595159548.1)
  • Next Job for on main (#22609056015.1)
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