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

dangernoodle-io / breadboard / 28420440078
100%

Build:
DEFAULT BRANCH: main
Ran 30 Jun 2026 04:33AM 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

30 Jun 2026 04:31AM UTC coverage: 99.622%. Remained the same
28420440078

push

github

web-flow
fix(bb_net_health): classify heap_state from existing free-heap; gate extra heap walks to HEAPTRACE (B1-433) (#608)

- eval_work_fn previously called three heap_caps walks unconditionally
  every tick: bb_board_heap_free_total(), bb_board_heap_minimum_ever(),
  and bb_board_heap_largest_free_block()
- heap_state classification only needs free-heap; g_min and g_largest
  are only referenced in the BB_NET_HEALTH_HEAP_TRACE log line
- move g_min and g_largest declarations + calls inside the
  #if BB_NET_HEALTH_HEAP_TRACE block so they compile to zero instructions
  on the default (HEAPTRACE-off) path
- unconditional path now makes exactly one heap_caps call (g_free),
  eliminating the stack pressure that caused multi_heap_internal_unlock
  assert on the single-core C3 (bb_timer_disp stack overflow)
- heap_state classification and bb_net_health_set_heap_state remain
  unconditional; /api/health heap_state field stays populated on all boards

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

1839 of 1846 branches covered (99.62%)

Branch coverage included in aggregate %.

3165 of 3177 relevant lines covered (99.62%)

1240.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28420440078.1 30 Jun 2026 04:33AM UTC 40
99.62
GitHub Action Run
Source Files on build 28420440078
  • Tree
  • List 40
  • 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 #28420440078
  • 87664328 on github
  • Prev Build on main (#28417968665)
  • Next Build on main (#28454904692)
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