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

dangernoodle-io / breadboard / 24916114713
100%

Build:
DEFAULT BRANCH: main
Ran 24 Apr 2026 11:16PM UTC
Jobs 1
Files 4
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

24 Apr 2026 11:15PM UTC coverage: 100.0%. Remained the same
24916114713

push

github

web-flow
fix(bb_log): event-driven SSE eviction; replace 1s busy-wait (B1-65) (#83)

new /api/logs client used to evict the old SSE task with a 100ms poll
loop (up to 10 iterations = 1s max wait), blocking the httpd request
queue during a page reload or tab switch.

replace with a FreeRTOS event group: SSE task sets SSE_EXITED_BIT on
self-destruct; new client waits up to 200ms, bails with 503 if the
old task is stuck. EventSource in the browser retries on its own, so
503 is safe fallback.

worst-case httpd block: 1s → 200ms. no-ops when the old task is
already gone (bits pre-set).

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

81 of 81 branches covered (100.0%)

Branch coverage included in aggregate %.

113 of 113 relevant lines covered (100.0%)

274.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24916114713.1 24 Apr 2026 11:16PM UTC 4
100.0
GitHub Action Run
Source Files on build 24916114713
  • Tree
  • List 4
  • 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 #24916114713
  • 13dc4f6b on github
  • Prev Build on main (#24914282480)
  • Next Build on main (#24943248230)
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