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

umputun / ralphex / 25331290142
83%
master: 83%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.1.1
DEFAULT BRANCH: master
Ran 04 May 2026 04:48PM 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 04:47PM UTC coverage: 82.634% (+0.1%) from 82.499%
25331290142

Pull #329

github

umputun
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).
Pull Request #329: fix: ignore checkboxes inside fenced code blocks in plan parser

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

6857 of 8298 relevant lines covered (82.63%)

220.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25331290142.1 04 May 2026 04:48PM UTC 42
82.63
GitHub Action Run
Source Files on build 25331290142
  • Tree
  • List 42
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #329
  • PR Base - master (#25286195457)
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