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

akvo / agriconnect / #264 / 1
92%
main: 92%

Build:
DEFAULT BRANCH: main
Ran 26 Nov 2025 11:17AM UTC
Files 118
Run time 4s
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

26 Nov 2025 11:10AM UTC coverage: 92.635%. Remained the same
#264.1

push

github

dedenbangkit
[#48] fix(frontend): fix WebSocket connection indicator in playground

Fixed the WebSocket connection indicator not showing green after recent
reverts of websocket changes. The issue was caused by requiring both
currentSessionId and user before establishing WebSocket connection, but
currentSessionId was only set after sending the first message.

Changes:
- Remove currentSessionId requirement from WebSocket connection logic
- Connect WebSocket immediately when user is authenticated
- Add separate useEffect to join playground room when session ID available
- Change dependency array from [currentSessionId, user] to [user]

This ensures the green connection indicator shows immediately on page
load and real-time WebSocket updates work correctly.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

1026 of 1372 branches covered (74.78%)

Branch coverage included in aggregate %.

13124 of 13903 relevant lines covered (94.4%)

0.94 hits per line

Source Files on job #264.1
  • Tree
  • List 118
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 264
  • abebdf4e on github
  • Prev Job for on main (##255.1)
  • Next Job for on main (##268.1)
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