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

dangernoodle-io / breadboard / 26141107752
100%

Build:
DEFAULT BRANCH: main
Ran 20 May 2026 04:22AM UTC
Jobs 1
Files 17
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

20 May 2026 04:21AM UTC coverage: 100.0%. Remained the same
26141107752

push

github

web-flow
fix(bb_wifi): fix five concurrency/safety bugs (audit 3.2, 3.3, 4.1, 7.1) (#280)

- bug 7.1: break the 30 s validated-firmware retry delay into 1 s
  chunks with esp_task_wdt_reset() to avoid tripping the 5 s task wdt
  that app_main is subscribed to by default in esp-idf v5.x
- bug 3.2 (part 1): make s_retry_count atomic_int; use atomic_load /
  atomic_store / atomic_fetch_add at all read/write sites
- bug 3.2 (part 2): add portMUX_TYPE s_ap_mux spinlock protecting
  s_cached_ssid, s_cached_bssid, and s_cached_rssi; wrap event-handler
  writes and bb_wifi_get_info / bb_wifi_get_rssi reads in
  portENTER_CRITICAL / portEXIT_CRITICAL
- bug 3.3: add atomic_thread_fence(memory_order_release) before
  s_cached_scan_count write in scan_worker_task and matching
  atomic_thread_fence(memory_order_acquire) before the count read in
  bb_wifi_scan_get_cached
- bug 4.1: capture bb_wifi_set_hostname return in bb_wifi_autoinit;
  log bb_log_w with error code on non-ok; continue rather than bail

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

1020 of 1020 branches covered (100.0%)

Branch coverage included in aggregate %.

1867 of 1867 relevant lines covered (100.0%)

965.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26141107752.1 20 May 2026 04:22AM UTC 17
100.0
GitHub Action Run
Source Files on build 26141107752
  • Tree
  • List 17
  • 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 #26141107752
  • f82c7df6 on github
  • Prev Build on main (#26137798989)
  • Next Build on main (#26141615591)
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