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

rm-hull / github-pr-dashboard / 20400587254 / 1
56%
main: 56%

Build:
DEFAULT BRANCH: main
Ran 20 Dec 2025 09:59PM UTC
Files 3
Run time 0s
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

20 Dec 2025 09:58PM UTC coverage: 55.556%. Remained the same
20400587254.1

push

github

web-flow
feat: support mermaid diagrams in InfoPopover (#174)

* feat: support mermaid diagrams in InfoPopover

Add support for rendering **Mermaid** diagrams within markdown content.
This allows for visual representations in descriptions and popovers.

- Integrate `mermaid` library with `react-markdown`.
- Custom `code` component renders `mermaid` language blocks as charts.
- Added CSS for centering and responsive SVG scaling.
- Minor UI tweak to `RepoListbox` spinner color for consistency.

```mermaid
graph TD
  MD[Markdown Input] --> RM[react-markdown]
  RM --> CB{Code Block?}
  CB -->|language-mermaid| M[Mermaid Component]
  CB -->|other| C[Standard Code Tag]
  M --> SVG[Rendered Diagram]
```

* Update src/components/InfoPopover.tsx

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update src/components/InfoPopover.tsx

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

9 of 11 branches covered (81.82%)

Branch coverage included in aggregate %.

31 of 61 relevant lines covered (50.82%)

2.33 hits per line

Source Files on job 20400587254.1
  • 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 Build 20400587254
  • d853ca31 on github
  • Prev Job for on main (#20396614463.1)
  • Next Job for on main (#20426915508.1)
  • 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