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

dangernoodle-io / TaipanMiner / 26491871100
90%

Build:
DEFAULT BRANCH: main
Ran 27 May 2026 05:03AM UTC
Jobs 3
Files 102
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

27 May 2026 05:02AM UTC coverage: 90.151%. Remained the same
26491871100

push

github

web-flow
fix(sdkconfig): drop PSRAM enablement from tdongle-s3 (no PSRAM hardware) (#434)

LilyGo T-Dongle S3 ships with no PSRAM by default ("16 MB QD, No PSRAM"
per their board JSON). v0.24.2 (#433) added the bitaxe-style PSRAM
Kconfig group with CONFIG_SPIRAM_IGNORE_NOTFOUND=y on the assumption
that the same binary would work on both standard and Plus variants:
present hardware would be used, absent hardware would log a warning
and fall through.

In practice the IGNORE_NOTFOUND fall-through is degraded:
- intermittent boot panic in bb_registry_init_early when EARLY-tier
  components alloc heap (suspected interaction between
  SPIRAM_USE_MALLOC, SPIRAM_TRY_ALLOCATE_WIFI_LWIP, and the absent
  PSRAM chip leaving the allocator in a worse state than no-SPIRAM)
- heap_minimum_ever_free 55,556 with PSRAM Kconfigs vs 83,416 without
- heap_largest_free_block 34,816 vs 47,104 (fresh boot)
- OTA pull from GitHub fails with mbedTLS alloc(16749) failed at
  uptime ~40s (the v0.24.1 tdongle OTA failure)

revert the tdongle-s3 overlay to its pre-#433 state (empty delta from
sdkconfig.defaults). resolves the OTA pull failure for standard
T-Dongle S3 users and eliminates the boot panic. confirmed on bench:
TLS update-check succeeds, heap healthier, no rollback.

T-Dongle S3 Plus support (with PSRAM) tracked under TA-394 — when one
becomes available, add a separate tdongle-s3-plus env mirroring the
bitaxe pattern.

2549 of 3217 branches covered (79.24%)

Branch coverage included in aggregate %.

5158 of 5332 relevant lines covered (96.74%)

154876.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 e2e - 26491871100.1 27 May 2026 05:05AM UTC 55
56.56
GitHub Action Run
2 webui - 26491871100.2 27 May 2026 05:04AM UTC 73
91.16
GitHub Action Run
3 native - 26491871100.3 27 May 2026 05:03AM UTC 29
90.48
GitHub Action Run
Source Files on build 26491871100
  • Tree
  • List 102
  • 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 #26491871100
  • 58861f9e on github
  • Prev Build on main (#26484919082)
  • Next Build on main (#26537435963)
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