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

dcdpr / jp / 28998078094
69%

Build:
DEFAULT BRANCH: main
Ran 09 Jul 2026 06:15AM UTC
Jobs 1
Files 434
Run time 2min
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 Jul 2026 06:12AM UTC coverage: 68.287% (+0.06%) from 68.225%
28998078094

push

github

web-flow
fix(md): Repair inline code spans split by a blank line (#861)

LLM streams sometimes emit a spurious blank line inside an inline code
span (e.g. `_rfd-next-` + blank line + `number`). CommonMark ends the
paragraph at the blank line, so the opener renders as a harmless literal
backtick, but the orphaned closer at the start of the next paragraph
used to shift every later backtick pairing off by one, turning prose
into code and code into prose.

`SplitCodeSpanFixup` tracks whether a paragraph ends inside an open code
span and, when the following paragraph's leading whitespace-free prefix
contains a backtick run of the same length, escapes it as a literal
closer. This restores correct pairing for every span after it without
touching the dangling opener, which already renders correctly on its
own. The fixup is part of the default `llm_quirks()` set, so it applies
automatically to streamed LLM output.

---------

Signed-off-by: Jean Mertz <git@jeanmertz.com>

120 of 128 new or added lines in 1 file covered. (93.75%)

1 existing line in 1 file now uncovered.

39285 of 57529 relevant lines covered (68.29%)

37992.65 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
94.09
-0.47% crates/jp_md/src/buffer/fixup.rs

Coverage Regressions

Lines Coverage ∆ File
1
83.69
2.13% crates/plugins/command/serve-web/src/client.rs
Jobs
ID Job ID Ran Files Coverage
1 28998078094.1 09 Jul 2026 06:15AM UTC 434
68.29
GitHub Action Run
Source Files on build 28998078094
  • Tree
  • List 434
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28998078094
  • 48e87e16 on github
  • Prev Build on main (#28996865775)
  • Next Build on main (#28999203519)
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