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

dangernoodle-io / TaipanMiner / 26863525047
90%

Build:
DEFAULT BRANCH: main
Ran 03 Jun 2026 04:22AM UTC
Jobs 3
Files 106
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

03 Jun 2026 04:22AM UTC coverage: 90.465%. First build
26863525047

push

github

web-flow
feat(esp32-s2): adopt bb_ota_boot OTA-only boot mode (#491)

the s2 (single-core, no-PSRAM) can't run in-place pull-OTA: TLS + OTA buffers
don't fit the fragmented runtime heap. adopt breadboard's bb_ota_boot — apply
arms an NVS flag + reboots, then the firmware pulls the new image at full
early-boot heap before any subsystem allocates, and reboots into it.

- esp32_s2_mini.h: BOARD_OTA_BOOT_MODE + PIN_STATUS_LED (GPIO 15)
- main.c: bb_ota_boot_run_if_pending() early in app_main (gated) + LED progress cb
- led.c: S2 single-GPIO status LED path (headless OTA feedback)
- sdkconfig/esp32-s2-mini: CONFIG_BB_LOG_UDP_SINK=y (headless observability)
- src/CMakeLists.txt: + bb_ota_boot

validated end-to-end on hardware: POST /api/update/boot -> reboot -> NTP sync ->
full-heap TLS pull of the 1MB image to ota_1 (100%, ~3%/s) -> reboot -> boots the
new image and mines ~244 kH/s with httpd serving. tdongle-s3 builds clean (gated
#ifdef no-ops on non-boot-mode boards).

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

2797 of 3492 branches covered (80.1%)

Branch coverage included in aggregate %.

5429 of 5601 relevant lines covered (96.93%)

147470.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 e2e - 26863525047.1 03 Jun 2026 04:24AM UTC 56
58.17
GitHub Action Run
2 webui - 26863525047.2 03 Jun 2026 04:23AM UTC 77
91.11
GitHub Action Run
3 native - 26863525047.3 03 Jun 2026 04:22AM UTC 29
91.21
GitHub Action Run
Source Files on build 26863525047
  • Tree
  • List 106
  • 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 #26863525047
  • bfb90dbd on github
  • Prev Build on main (#26862808520)
  • Next Build on main (#26888080051)
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