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

dangernoodle-io / breadboard / 30423276465
97%

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

29 Jul 2026 04:48AM UTC coverage: 96.574% (+0.01%) from 96.563%
30423276465

push

github

web-flow
feat: add periodic console report of per-task stack high-water marks (#1130)

Mirrors bb_serialize_console_heap_report()'s gather -> descriptor ->
bb_serialize_console_render() -> bb_log_i() shape, one line per task
(the console backend is flat/scalar-only, so an array of task rows
cannot render as a single nested line).

Reads bb_task_base_foreach() rather than sampling FreeRTOS a third
time: the periodic base-scan already computes each task's stack
high-water free bytes via bb_num_words_to_bytes() (B1-1128), but
previously discarded that value after its low-stack check. Adds
bb_task_base_set_free_bytes() to persist it onto the base entry as the
SSOT this report (and any future consumer) reads.

Wired into examples/floor on its own periodic timer (not heap's) since
the underlying data only changes once per base-scan pass, and starts
bb_task_registry_base_scan_start() so the scan actually runs there.

Unblocks B1-1247 (BB_WIFI_PROV_TASK_STACK is an unmeasured guess) and
B1-1077 (confirm bb_diag stack headroom on device) by making per-task
stack headroom observable over serial with no HTTP client needed --
today the only route is GET /api/diag/tasks, unreachable on the
SoftAP in practice (iOS disassociates ~4s after the captive-internet
probe).

7918 of 8522 branches covered (92.91%)

Branch coverage included in aggregate %.

48 of 48 new or added lines in 3 files covered. (100.0%)

13475 of 13630 relevant lines covered (98.86%)

2610.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30423276465.1 29 Jul 2026 04:50AM UTC 204
96.57
GitHub Action Run
Source Files on build 30423276465
  • Tree
  • List 204
  • 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 #30423276465
  • a41834b8 on github
  • Prev Build on main (#30420865498)
  • Next Build on main (#30426005076)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc