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

dangernoodle-io / breadboard / 28690154309
100%

Build:
DEFAULT BRANCH: main
Ran 04 Jul 2026 01:04AM UTC
Jobs 1
Files 51
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

04 Jul 2026 01:03AM UTC coverage: 100.0%. Remained the same
28690154309

push

github

web-flow
fix(bb_mdns): skip browse recreate on delete-enqueue failure to avoid orphaned browse under queue pressure (B1-539) (#696)

- under mDNS action-queue pressure, mdns_browse_delete's enqueue can fail
  (ESP_ERR_NO_MEM/queue full) transiently while the existing browse is still
  live; the periodic refresh previously recreated unconditionally, issuing
  mdns_browse_new against a browse that was never actually torn down and
  orphaning the old handle
- browse_refresh_work_fn now maps the delete's esp_err_t to a pure
  bb_mdns_refresh_delete_rc_t and only recreates when
  bb_mdns_refresh_should_recreate() says it's safe (delete OK or browse
  already gone); on a NO_MEM enqueue failure it increments a throttled skip
  counter, logs once per 16 skips, and retries on the next tick
- happy-path (delete enqueue OK) behavior is unchanged
- new pure, host-tested decision seam (bb_mdns_refresh_decision.{h,c}),
  mirroring sse_pool_reclaim_decision — 100% branch coverage, wired into
  both the device CMakeLists and the native test scaffold

2260 of 2260 branches covered (100.0%)

Branch coverage included in aggregate %.

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

3784 of 3784 relevant lines covered (100.0%)

1201.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28690154309.1 04 Jul 2026 01:04AM UTC 51
100.0
GitHub Action Run
Source Files on build 28690154309
  • Tree
  • List 51
  • 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 #28690154309
  • 3a0d2845 on github
  • Prev Build on main (#28689271715)
  • Next Build on main (#28691038519)
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