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

dcdpr / jp / 28583491968
69%

Build:
DEFAULT BRANCH: main
Ran 02 Jul 2026 10:34AM UTC
Jobs 1
Files 432
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

02 Jul 2026 10:32AM UTC coverage: 67.544% (+0.005%) from 67.539%
28583491968

push

github

web-flow
fix(comfort): Preserve tables in list items and quotes (#831)

`jp` markdown formatting no longer mangles tables nested inside list
items or block quotes. Previously, `align_tables` rewrote rows `2..n`
starting at column 0, stripping the list-item indent or `> ` quote
marker that lives inside the replaced source range. The de-indented rows
no longer parsed as a table, so a second formatting pass collapsed them
into wrapped prose.

`collect_table_replacements` now tracks the chain of ancestor containers
while walking the AST, and re-applies the matching continuation prefix
(indentation or `> `) to every row after the first before emitting the
replacement.

This also fixes a related case where Comrak reports a table's end
sourcepos short of the last row's final `|`, observed when the last cell
ends with a code span and another block follows the table in the same
list item. The replacement range is now snapped to the end of the line,
so stale tail bytes no longer survive next to the rewritten table.

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

25 of 27 new or added lines in 1 file covered. (92.59%)

4 existing lines in 1 file now uncovered.

38143 of 56471 relevant lines covered (67.54%)

655.31 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
93.32
-0.03% crates/contrib/comfort/src/format.rs

Coverage Regressions

Lines Coverage ∆ File
4
81.56
-2.13% crates/plugins/command/serve-web/src/client.rs
Jobs
ID Job ID Ran Files Coverage
1 28583491968.1 02 Jul 2026 10:34AM UTC 432
67.54
GitHub Action Run
Source Files on build 28583491968
  • Tree
  • List 432
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28583491968
  • b89347fd on github
  • Prev Build on main (#28567646880)
  • Next Build on main (#28592655619)
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