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

rm-hull / github-pr-dashboard / 25605942494
54%

Build:
DEFAULT BRANCH: main
Ran 09 May 2026 04:26PM UTC
Jobs 1
Files 3
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

09 May 2026 04:25PM UTC coverage: 52.381%. Remained the same
25605942494

push

github

web-flow
feat: add shiki syntax highlighting to markdown (#438)

- Integrate `shiki` for code block syntax highlighting.
- Create `CodeBlockRoot` component to wrap Chakra UI code blocks.
- Update `InfoPopover` to use highlighting for fenced code blocks.
- Support multiple languages including `typescript`, `go`, and `diff`.
- Adjust CSS to remove redundant padding on `pre` tags.

```mermaid
sequenceDiagram
    participant M as Markdown Renderer
    participant IP as InfoPopover
    participant CB as CodeBlockRoot
    participant S as Shiki

    M->>IP: Detect code block with language
    IP->>CB: Provide code content and language
    CB->>S: Load highlighter with themes/languages
    S-->>CB: Highlighting tokens
    CB->>IP: Render highlighted code component
```

3 of 4 branches covered (75.0%)

Branch coverage included in aggregate %.

30 of 59 relevant lines covered (50.85%)

1.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25605942494.1 09 May 2026 04:26PM UTC 3
52.38
GitHub Action Run
Source Files on build 25605942494
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25605942494
  • c12f04c6 on github
  • Prev Build on main (#25605874739)
  • Next Build on main (#25635833392)
  • Delete
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