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

dangernoodle-io / TaipanMiner / 26993797424
90%

Build:
DEFAULT BRANCH: main
Ran 05 Jun 2026 03:37AM 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

05 Jun 2026 03:36AM UTC coverage: 90.488% (-0.5%) from 91.024%
26993797424

push

github

web-flow
feat(knot): compile-gate knot behind KNOT_ENABLED, default off on headless boards (#503)

~8.3 KB .bss peer table (g_peer_table[32]) is dead weight on UI-off boards;
gate the component sources + call sites + the /api/knot route and its reserve
behind CONFIG_KNOT_ENABLED so it is removed from the binary when
WEBUI_MINING_UI=n (e.g. esp32-s2-mini). knot is informational-only (feeds
/api/knot for the dashboard) with no mining/stratum/wifi/ota impact.

- add components/knot/Kconfig: CONFIG_KNOT_ENABLED bool, default WEBUI_MINING_UI
- CMakeLists: gate SRCS behind CONFIG_KNOT_ENABLED; REQUIRES always declared
  unconditionally so the dependency graph is stable regardless of the gate
  (conditional REQUIRES causes include-path resolution failure on configure)
- main.c: gate #include, knot_en local, knot_init/knot_set_self block
- routes.c: gate #include, knot_handler + ctx types, s_knot_route, s_knot_route
  entry in s_mining_routes (sizeof-derived reserve count auto-adjusts), health
  extender knot_is_running(), settings GET knot_en assignment, and the full
  knot_en PATCH transition block

2806 of 3502 branches covered (80.13%)

Branch coverage included in aggregate %.

5461 of 5634 relevant lines covered (96.93%)

146607.21 hits per line

Coverage Regressions

Lines Coverage ∆ File
7
92.71
4.78% webui/miner/src/lib/diagnosticsState.svelte.ts
Jobs
ID Job ID Ran Files Coverage
1 webui - 26993797424.1 05 Jun 2026 03:38AM UTC 77
91.07
GitHub Action Run
2 e2e - 26993797424.2 05 Jun 2026 03:39AM UTC 56
58.19
GitHub Action Run
3 native - 26993797424.3 05 Jun 2026 03:37AM UTC 29
91.23
GitHub Action Run
Source Files on build 26993797424
  • Tree
  • List 106
  • Changed 54
  • Source Changed 0
  • Coverage Changed 54
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26993797424
  • a042068a on github
  • Prev Build on main (#26992815949)
  • Next Build on main (#26994089221)
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