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

stacklok / toolhive-studio / 25731008480
69%
main: 70%

Build:
Build:
LAST BUILD BRANCH: renovate/vitejs-plugin-react-6.x
DEFAULT BRANCH: main
Ran 12 May 2026 11:22AM UTC
Jobs 1
Files 507
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

12 May 2026 11:17AM UTC coverage: 68.532% (+0.08%) from 68.448%
25731008480

Pull #2226

github

samuv
fix(playground): gate tool-output JSON parse on size/streaming, toast clipboard errors

Address review feedback on the large-tool-results PR:

- `tryFormatAsJson` now bails on streaming (partial JSON would fail-parse
  on every chunk → O(n²) over the stream) and on payloads above
  `RAW_RENDER_THRESHOLD` (the parse + stringify is itself a freeze risk
  for the multi-MB GitHub-MCP shapes this PR was written for; the raw
  `<pre>` branch already handles these correctly).
- The Copy button now awaits `navigator.clipboard.writeText` in a
  `try/catch` and surfaces a sonner toast on success/failure, instead of
  letting the rejection escape as an unhandled promise.

Tests cover the streaming-bypass, the oversized-JSON-bypass, and the
clipboard-failure-toast paths.
Pull Request #2226: fix(playground): avoid renderer freeze on large MCP tool results

4784 of 7547 branches covered (63.39%)

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

7176 of 10471 relevant lines covered (68.53%)

119.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25731008480.1 12 May 2026 11:22AM UTC 507
68.53
GitHub Action Run
Source Files on build 25731008480
  • Tree
  • List 507
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25731008480
  • Pull Request #2226
  • PR Base - main (#25729037708)
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