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

dangernoodle-io / breadboard / 27072763044
100%

Build:
DEFAULT BRANCH: main
Ran 06 Jun 2026 08:16PM UTC
Jobs 1
Files 25
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

06 Jun 2026 08:15PM UTC coverage: 100.0%. Remained the same
27072763044

push

github

web-flow
feat: report heap_internal, heap_psram, rtc memory in GET /api/info (#355)

adds three nested memory-region objects to the /api/info payload:
- heap_internal {free, total}: MALLOC_CAP_INTERNAL sram heap
- heap_psram {free, total}: MALLOC_CAP_SPIRAM; 0/0 on no-psram boards
- rtc {used, total}: rtc slow region (static, not a heap)
  - total = SOC_RTC_DATA_HIGH - SOC_RTC_DATA_LOW (8192 bytes on esp32-s3)
  - used = span of _rtc_data, _rtc_bss, _rtc_noinit, _rtc_force_slow linker sections

existing top-level free_heap and heap_minimum_ever fields are unchanged.
new bb_board accessors: bb_board_heap_internal_{free,total}, bb_board_psram_{free,total}, bb_board_rtc_{used,total}.
host stubs return 0/0. openapi response schema and fidelity tests updated.

1444 of 1444 branches covered (100.0%)

Branch coverage included in aggregate %.

2439 of 2439 relevant lines covered (100.0%)

943.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27072763044.1 06 Jun 2026 08:16PM UTC 25
100.0
GitHub Action Run
Source Files on build 27072763044
  • Tree
  • List 25
  • 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 #27072763044
  • eee2fe0c on github
  • Prev Build on main (#27068481155)
  • Next Build on main (#27084707800)
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