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

dangernoodle-io / breadboard / 24634142120
100%

Build:
DEFAULT BRANCH: main
Ran 19 Apr 2026 04:49PM UTC
Jobs 1
Files 5
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

19 Apr 2026 04:48PM UTC coverage: 86.522%. Remained the same
24634142120

push

github

web-flow
fix(display): enable direct_mode + num_fbs=2 for avoid_tearing (#12)

Hardware verification on ESP32-P4 showed LVGL task hung in wait_for_flushing
because with avoid_tearing=true the esp_lvgl_port VSYNC callback only signals
a semaphore; lv_disp_flush_ready is only called when render mode is direct_mode
or full_refresh. Additionally the default num_fbs=1 failed
esp_lcd_dpi_panel_get_frame_buffer(2, ...) inside esp_lvgl_port.

- set dpi_cfg.num_fbs = 2 to allocate 2 framebuffers for double-buffered DSI
- set direct_mode = true so LVGL writes dirty regions to both fbs and
  flush_ready is signaled correctly from the VSYNC callback

91 of 104 branches covered (87.5%)

Branch coverage included in aggregate %.

108 of 126 relevant lines covered (85.71%)

7.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24634142120.1 19 Apr 2026 04:49PM UTC 5
86.52
GitHub Action Run
Source Files on build 24634142120
  • Tree
  • List 5
  • 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 #24634142120
  • 729e149d on github
  • Prev Build on main (#24631115800)
  • Next Build on main (#24646023113)
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