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

dcdpr / jp / 27685679491
67%

Build:
DEFAULT BRANCH: main
Ran 17 Jun 2026 11:30AM UTC
Jobs 1
Files 416
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

17 Jun 2026 11:28AM UTC coverage: 66.573% (-0.001%) from 66.574%
27685679491

push

github

web-flow
fix(md): Indent fenced code block bodies inside list items (#754)

A fenced code block nested inside a list item rendered its content lines
at column 0 while the opening and closing fences appeared at the item's
content column. The `write_raw` path (used for syntax-highlighted code
blocks) bypassed the prefix indentation in `TerminalWriter` entirely.

`write_raw` now passes each line through a new `indent_to_column` helper
before writing it to the output. ANSI escape sequences are zero-width,
so the padding is inserted before the first visible character on each
line, leaving any leading color or background escapes at the very start
so indented code inherits them. Visible prefix characters from
blockquotes are reproduced as plain spaces, preserving only the column
offset so code lines don't get quote-marked.

The `TerminalOptions.indent` and `TerminalWriter::new` doc comments are
updated to reflect that the indent now covers code-block bodies as well
as wrap-routed content, removing the now-stale note about callers having
to apply the indent themselves.

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

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

8 existing lines in 2 files now uncovered.

35468 of 53277 relevant lines covered (66.57%)

389.04 hits per line

Coverage Regressions

Lines Coverage ∆ File
7
81.86
-3.1% crates/contrib/schematic_macros/src/common/field.rs
1
90.74
-0.93% crates/contrib/schematic_macros/src/common/container.rs
Jobs
ID Job ID Ran Files Coverage
1 27685679491.1 17 Jun 2026 11:30AM UTC 416
66.57
GitHub Action Run
Source Files on build 27685679491
  • Tree
  • List 416
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27685679491
  • 8f0a1beb on github
  • Prev Build on main (#27683215228)
  • Next Build on main (#27700064723)
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