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

archetech / archon / 33443704799
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: fix/1288-runtime-wallet-recovery
DEFAULT BRANCH: main
Ran 31 Aug 2026 10:00PM UTC
Jobs 1
Files 92
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

31 Aug 2026 09:54PM UTC coverage: 92.487% (+0.007%) from 92.48%
33443704799

Pull #996

github

macterra
perf(docker): Split cli and explorer into build and runtime stages

The last two images in #987, neither of which fitted the template used
for the rest.

cli is exec'd into rather than run, so what may be pruned is a question
about what the image is for. It carries the compiled workspaces, the
dependencies they resolve through, and scripts/ -- and nothing that only
the build needed. 1.09GB -> 621MB. Verified by using it: `keymaster
--version` reports 0.6.3, `--help` renders, and `create-wallet` loads
cipher and node:sqlite and reaches the gatekeeper connection.

explorer serves its bundle through its own server.js, which imports only
express and dotenv -- both resolving from the service's own
node_modules. The root tree is therefore not copied into the runtime at
all, which is why this is the largest reduction of the set: 1.27GB ->
288MB.

Checked against the previous image rather than assumed: both serve
`<title>Archon Explorer</title>` at /explorer/index.html, both return the
same status on /, /explorer, /explorer/ and /explorer/index.html, and the
same hashed asset resolves in both. The 302 on /explorer/ is present in
the old image too and is unrelated to this change.

Refs #987

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GYGMfX3foBcVqP7AQNXjWj
Pull Request #996: perf(docker): Split cli and explorer into build and runtime stages

3881 of 4464 branches covered (86.94%)

Branch coverage included in aggregate %.

8528 of 8953 relevant lines covered (95.25%)

717.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33443704799.1 31 Aug 2026 10:00PM UTC 184
93.57
GitHub Action Run
Source Files on build 33443704799
  • Tree
  • List 92
  • Changed 78
  • Source Changed 0
  • Coverage Changed 78
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33443704799
  • Pull Request #996
  • PR Base - main (#33441791586)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc