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

akvo / agriconnect / #264
92%

Build:
DEFAULT BRANCH: main
Ran 26 Nov 2025 11:17AM UTC
Jobs 1
Files 118
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

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

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

Jobs
ID Job ID Ran Files Coverage
1 #264.1 26 Nov 2025 11:17AM UTC 118
92.64
Source Files on build #264
  • 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 Repo
  • abebdf4e on github
  • Prev Build on main
  • Next Build on main
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

© 2025 Coveralls, Inc