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

dangernoodle-io / TaipanMiner / 25975476753
90%

Build:
DEFAULT BRANCH: main
Ran 16 May 2026 11:12PM UTC
Jobs 3
Files 94
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

16 May 2026 11:12PM UTC coverage: 89.745%. Remained the same
25975476753

push

github

web-flow
fix(board): re-enable display init by including bb_hw.h in main.c (#403)

PR #393 added BOARD_HAS_DISPLAY gates around bb_display_init,
ui_show_splash, ui_show_prov, and ui_show_status in main.c — but
main.c never included a header that defined the symbol. Result: the
gates always evaluated false and the display has been silently
skipped on every board (tdongle-s3, bitaxe-601/403/650) since #393
merged.

Add the missing #include "bb_hw.h" in main.c so the board header is
pulled in and BOARD_HAS_DISPLAY is visible.

While here, replace the triple-board #if defined(BOARD_BITAXE_601)
|| ... preprocessor lists in main.c and ui.c with capability flags
set in the board headers themselves:

  - BOARD_DISPLAY_PANEL_ST77XX     (tdongle-s3)
  - BOARD_DISPLAY_PANEL_SSD1306    (bitaxe-601, -403, -650)
  - BOARD_DISPLAY_SHARES_ASIC_I2C  (bitaxe-601, -403, -650)

Same source-of-truth pattern as BOARD_HAS_DISPLAY — adding a new
board only requires defining the right flags in the board header,
no edits to main.c or ui.c.

Verified live OTA on bitaxe-650 (172.16.1.70, displays splash + status)
and esp32-wroom32 (172.16.1.81, no display, boots clean).

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

2395 of 3037 branches covered (78.86%)

Branch coverage included in aggregate %.

4720 of 4891 relevant lines covered (96.5%)

168832.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 native - 25975476753.1 16 May 2026 11:12PM UTC 28
89.27
GitHub Action Run
2 webui - 25975476753.2 16 May 2026 11:13PM UTC 66
91.29
GitHub Action Run
3 e2e - 25975476753.3 16 May 2026 11:14PM UTC 48
57.46
GitHub Action Run
Source Files on build 25975476753
  • Tree
  • List 94
  • 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 #25975476753
  • 6f8dc934 on github
  • Prev Build on main (#25968953681)
  • Next Build on main (#25980969166)
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