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

dangernoodle-io / breadboard / 28486283328
100%

Build:
DEFAULT BRANCH: main
Ran 01 Jul 2026 01:05AM UTC
Jobs 1
Files 40
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 Jul 2026 01:04AM UTC coverage: 100.0%. Remained the same
28486283328

push

github

web-flow
feat(config): config-coupling closeout — 13 DERIVE/ENFORCE/guard couplings (#618)

psram-axis derives (kconfig default chains):
- bb_event/Kconfig: BB_EVENT_MAX_PAYLOAD → default 1024 if SPIRAM, 512 (TA-517)
- bb_log/Kconfig: BB_LOG_EVENT_QUEUE_LEN → default 48 if SPIRAM, 24
- bb_net_health/Kconfig: BB_PUB_ADAPTIVE_RSSI_THRESH → default BB_NET_HEALTH_RSSI_MARGINAL_LO (single source of truth)

kconfig enforce — depends on:
- bb_pub/Kconfig: BB_PUB_BUFFER_ALWAYS → depends on BB_PUB_BUFFER_ENABLE && SPIRAM
- bb_update_check/Kconfig: BB_UPDATE_CHECK_AUTOREGISTER → depends on !BB_OTA_STRATEGY_BOOT

compile-time static_asserts (invariants that were only documented, now enforced):
- bb_event_common.c: BB_EVENT_MAX_PAYLOAD >= BB_PUB_TELEM_SERIALIZE_MAX (belt-and-suspenders, TA-517)
- bb_pub.c: BB_CACHE_MAX_TOPICS >= BB_PUB_MAX_SOURCES (each source registers a cache topic)
- bb_ota_pull.c: BB_OTA_PULL_HTTP_CHUNK_SIZE <= MBEDTLS_SSL_IN_CONTENT_LEN (chunk fits TLS record)
- bb_net_health.c: BB_NET_HEALTH_HEAP_CRITICAL_BYTES < BB_NET_HEALTH_HEAP_LOW_BYTES (ordering invariant)
- bb_ota_push.c: BB_OTA_PUSH_MAX_DURATION_S < BB_OTA_PUSH_WDT_EXTENDED_S (wdt outlasts push)
- bb_sink_http.c: BB_SINK_HTTP_HEADERS_BUF_BYTES >= HEADERS_MAX*(NAME_MAX+VALUE_MAX+4)
- bb_pub_espidf.c: BB_PUB_WORKER_STACK >= 8192 when any TLS gate is on
- bb_timer.c: BB_TIMER_DISP_CORE <= 0 on FREERTOS_UNICORE (core 1 doesn't exist)

guard — compile-time #error:
- bb_heap_arena.c: BB_HEAP_ARENA_BYTES > 0 requires MBEDTLS_CUSTOM_MEM_ALLOC=y (else wasted BSS)

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

1850 of 1850 branches covered (100.0%)

Branch coverage included in aggregate %.

3190 of 3190 relevant lines covered (100.0%)

1225.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28486283328.1 01 Jul 2026 01:05AM UTC 40
100.0
GitHub Action Run
Source Files on build 28486283328
  • Tree
  • List 40
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28486283328
  • 72ccd74a on github
  • Prev Build on main (#28484988338)
  • Next Build on main (#28487598677)
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