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

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

Build:
DEFAULT BRANCH: main
Ran 09 Dec 2025 04:08AM UTC
Files 50
Run time 1s
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

09 Dec 2025 04:08AM UTC coverage: 98.832% (+4.2%) from 94.643%
20051598249.1

push

github

web-flow
Major refactor. MD Type functionality now self-contained in classes (#1)

This PR represents a major architectural refactor that transforms the markdown parser from a monolithic parser-based approach to a more modular, object-oriented design where each Markdown type is self-contained in its own class with extraction and sanitization methods.

Key Changes
- Replaced the centralized Parser class (532 lines) with self-contained type classes, each responsible for extracting and sanitizing their own markdown elements
- Introduced a new Position dataclass to replace the previous start/end tuple-based position tracking, now including line, offset, and length
- Restructured from markdown/models/ to markdown/types/ with each type (Table, QuoteBlock, Link, etc.) having static extract() and sanitize() methods
- Added comprehensive test coverage for individual markdown types (codeblocks, headers, images, tables, quoteblocks, frontmatter, etc.)

Reviewed changes
- Copilot reviewed 35 out of 39 changed files in this pull request and generated 13 comments.

1862 of 1884 relevant lines covered (98.83%)

0.99 hits per line

Source Files on job 20051598249.1
  • Tree
  • List 50
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20051598249
  • 033aaaf6 on github
  • Prev Job for on main (#19917981615.1)
  • Next Job for on main (#20121830403.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