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

dangernoodle-io / breadboard / 25985746540
100%

Build:
DEFAULT BRANCH: main
Ran 17 May 2026 08:23AM 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

17 May 2026 08:22AM UTC coverage: 100.0%. Remained the same
25985746540

push

github

web-flow
fix(bb_http_client): expose BB_HTTP_CLIENT_TASK_STACK; raise update_check stack 4K → 8K (#249)

mbedTLS handshake during bb_http_client_get_stream needs 5-8 KiB stack for
scratch + cert-bundle parse. The previous 4 KiB stack on bb_update_check's
upd_check task overflowed into adjacent heap blocks on bitaxe-650 mining
workload, corrupting heap metadata and tripping the next calloc inside
esp_http_client_init. Caught by CONFIG_HEAP_POISONING_COMPREHENSIVE on the
TaipanMiner bench.

The 8 KiB floor is a property of bb_http_client (TLS path), not of any
individual consumer. Expose it as a Kconfig + macro so every future caller
of bb_http_client_get* uses the same budget. bb_ota_pull's OTA_CHECK_STACK
now derives from the same macro instead of duplicating the value.

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

918 of 918 branches covered (100.0%)

Branch coverage included in aggregate %.

1646 of 1646 relevant lines covered (100.0%)

1024.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25985746540.1 17 May 2026 08:23AM UTC 17
100.0
GitHub Action Run
Source Files on build 25985746540
  • 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 #25985746540
  • fbaa5b19 on github
  • Prev Build on main (#25985005061)
  • Next Build on main (#25993103399)
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