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

dangernoodle-io / breadboard / 28461307775
100%

Build:
DEFAULT BRANCH: main
Ran 30 Jun 2026 04:53PM 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:52PM UTC coverage: 99.622%. Remained the same
28461307775

push

github

web-flow
refactor(bb_mem): route remaining raw allocations through the bb_mem facade + add raw-allocator lint rule (#611)

- migrate every malloc/calloc/free in platform/espidf/ and components/ to
  bb_malloc_prefer_spiram/bb_calloc_prefer_spiram/bb_mem_free (46 sites,
  26 files); add #include "bb_mem.h" where missing
- migrate free(body) in bb_sensors, bb_nv_delete_routes, bb_telemetry_routes
  for bodies returned by bb_http_req_recv_body_alloc
- fix cjson-owned free(str) in bb_health, bb_info, bb_manifest_register,
  bb_wifi_routes, bb_sensors to use bb_json_free_str (correct api)
- add _check_raw_allocator lint rule (error severity, profiles=all) scanning
  platform/espidf/** and components/**; skips test/ and bb_mem.c; supports
  path/path:line allowlist from bbtool.toml
- allowlist platform/espidf/bb_json/bb_json_cjson.c and host variant in
  bbtool.toml (intentional raw alloc in the cjson adapter stack-guard path)
- fix test_lint_integration.py to load real bbtool.toml config so allowlists
  are respected by the integration test
- add TestRawAllocator (10 cases) to test_lint_rules.py

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

1839 of 1846 branches covered (99.62%)

Branch coverage included in aggregate %.

5 of 5 new or added lines in 2 files covered. (100.0%)

3165 of 3177 relevant lines covered (99.62%)

1243.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28461307775.1 30 Jun 2026 04:53PM UTC 40
99.62
GitHub Action Run
Source Files on build 28461307775
  • 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 #28461307775
  • c9d20426 on github
  • Prev Build on main (#28458762434)
  • Next Build on main (#28467012149)
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