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

dangernoodle-io / breadboard / 26205881106
100%

Build:
DEFAULT BRANCH: main
Ran 21 May 2026 04:43AM UTC
Jobs 1
Files 20
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

21 May 2026 04:42AM UTC coverage: 100.0%. Remained the same
26205881106

push

github

web-flow
refactor(bb_display): heap-alloc framebuffer, gate fonts, reuse bounce buffer (#297)

- ssd1306 framebuffer (espidf + arduino): convert static uint8_t s_fb[1024]
  to heap pointer allocated in init via heap_caps_malloc/malloc; returns
  BB_ERR_NO_MEM on alloc failure; saves 1024 B BSS on firmwares that link
  the component but never call init (e.g. runtime-probe builds that select a
  different display)
- per-font Kconfigs (bb_display): add CONFIG_BB_DISPLAY_FONT_{5X8,6X12,8X16}
  (all default y for back-compat); gate CMakeLists source inclusion and header
  externs on the flags; saves up to 3420 B flash rodata when unused fonts are
  disabled (760 B + 1140 B + 1520 B)
- ili9341 clear path: remove static uint16_t s_line[320] (640 B BSS); delegate
  to new bb_display_clear_spi() helper in bb_display_spi_common that fills the
  shared 512-pixel bounce buffer once and blits row-by-row; saves 640 B BSS

back-compat: all Kconfigs default y; existing consumers see identical behavior

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

1206 of 1206 branches covered (100.0%)

Branch coverage included in aggregate %.

2088 of 2088 relevant lines covered (100.0%)

921.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26205881106.1 21 May 2026 04:43AM UTC 20
100.0
GitHub Action Run
Source Files on build 26205881106
  • Tree
  • List 20
  • 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 #26205881106
  • e109517a on github
  • Prev Build on main (#26205238989)
  • Next Build on main (#26207739978)
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