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

dangernoodle-io / breadboard / 25201002743
100%

Build:
DEFAULT BRANCH: main
Ran 01 May 2026 03:35AM UTC
Jobs 1
Files 9
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

01 May 2026 03:35AM UTC coverage: 100.0%. Remained the same
25201002743

push

github

web-flow
fix(bb_mdns): serialize lifecycle teardown to prevent shutdown race (B1-127) (#168)

- bb_mdns_on_disconnect (wifi event) and bb_mdns_shutdown (esp_register_shutdown_handler) both call bb_mdns_lifecycle_stop, which is not atomic — both callers can pass the started=true check before either flips it to false, then race into mdns_free / mdns_service_remove_all
- second caller asserts in xQueueSemaphoreTake when the mdns service mutex is already gone
- triggered every TaipanMiner OTA push reboot on bitaxe-601; diagnosed via the new bb_log_panic coredump backtrace (B1-124)
- adds a dedicated s_lifecycle_mutex serializing both call paths; concurrency stays a platform concern, lifecycle layer remains host-portable
- validated on bench bitaxe-601: pre-fix OTA push -> assert; post-fix OTA push -> reset_reason=software, /api/diag/panic available=false

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

336 of 336 branches covered (100.0%)

Branch coverage included in aggregate %.

527 of 527 relevant lines covered (100.0%)

487.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25201002743.1 01 May 2026 03:35AM UTC 9
100.0
GitHub Action Run
Source Files on build 25201002743
  • Tree
  • List 9
  • 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 #25201002743
  • 4833644d on github
  • Prev Build on main (#25198374964)
  • Next Build on main (#25201268576)
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