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

dangernoodle-io / breadboard / 30866341420
97%

Build:
DEFAULT BRANCH: main
Ran 04 Aug 2026 12:42AM UTC
Jobs 1
Files 216
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

04 Aug 2026 12:40AM UTC coverage: 96.879%. Remained the same
30866341420

push

github

web-flow
fix: delegate bb_display_st77xx_clear to bb_display_clear_spi to fix DMA use-after-free (B1-572) (#1215)

bb_display_st77xx_clear() malloc'd a DMA scanline buffer, issued LCD_HEIGHT
back-to-back async esp_lcd_panel_draw_bitmap() calls, then freed the buffer
immediately after the loop with zero wait on transfer completion — freeing
the DMA source while transfers were still in flight on ST7789/ST7735 boards
(the live .clear vtable entry for both). Delegate to bb_display_clear_spi()
instead, mirroring the already-HW-validated ili9341 path; it uses a
counting semaphore to block until every issued draw_bitmap has completed
before returning.

No ST hardware on hand for this change — on-device validation (ST7789 and/or
ST7735) is flagged as a post-merge gate.

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

8294 of 8858 branches covered (93.63%)

Branch coverage included in aggregate %.

14024 of 14179 relevant lines covered (98.91%)

2610.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30866341420.1 04 Aug 2026 12:42AM UTC 216
96.88
GitHub Action Run
Source Files on build 30866341420
  • Tree
  • List 216
  • 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 #30866341420
  • 5e08f18c on github
  • Prev Build on main (#30780431660)
  • Next Build on main (#30866896656)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc