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

umputun / ralphex / 25332012675
83%

Build:
DEFAULT BRANCH: master
Ran 04 May 2026 05:03PM UTC
Jobs 1
Files 42
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

04 May 2026 05:02PM UTC coverage: 82.634% (+0.1%) from 82.523%
25332012675

push

github

web-flow
fix: ignore checkboxes inside fenced code blocks in plan parser (#329)

* fix: ignore checkboxes inside fenced code blocks in plan parser

Plans containing markdown fenced code blocks (``` or ~~~) with example
[ ] checkboxes triggered false-positive infinite loops when sub-Claude
emitted ALL_TASKS_DONE — the parser counted those template examples as
real uncompleted tasks. Track fence state during the line scan and skip
checkboxes inside fences in both ParsePlan and FileHasUncompletedCheckbox.

Related to #328

* fix: tolerate trailing CR on fence closer for CRLF plan files

FileHasUncompletedCheckbox splits on \n, leaving trailing \r on each
line. The closer regex required `[ \t]*$`, so it would never match a
CRLF-terminated ``` line, the fence stayed open, and any real
unchecked checkbox after the fence was incorrectly skipped (false
negative — runner exits thinking the malformed plan is done).

Allow optional \r before the line end. ParsePlan is unaffected
(bufio.Scanner already strips the CR).

31 of 31 new or added lines in 1 file covered. (100.0%)

6857 of 8298 relevant lines covered (82.63%)

220.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25332012675.1 04 May 2026 05:03PM UTC 42
82.63
GitHub Action Run
Source Files on build 25332012675
  • Tree
  • List 42
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 70954ad7 on github
  • Prev Build on refs/tags/v1.1.0 (#25286199148)
  • Next Build on master (#25332151487)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc