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

archetech / archon / 24753489161
89%

Build:
DEFAULT BRANCH: main
Ran 22 Apr 2026 12:26AM UTC
Jobs 1
Files 24
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

22 Apr 2026 12:23AM UTC coverage: 95.091%. Remained the same
24753489161

push

github

web-flow
fix(keymaster-py): restore drop-in parity with ts flavor (#458)

PR #455 (review comment fix) switched docker-compose.keymaster-py.yml to
a named volume (keymaster_py_data) while leaving the host UID/GID
`user:` override in place. The image creates /app/keymaster/data as
root, so the named volume inherits root ownership; the container then
runs as ${ARCHON_UID}:${ARCHON_GID} and fails on first wallet write
with:

    PermissionError: [Errno 13] Permission denied: 'data/wallet.tmp'

The intended invariant is that py and ts are interchangeable via
ARCHON_KEYMASTER_FLAVOR. Restore that:

- docker-compose.keymaster-py.yml: bind mount ./data:/app/keymaster/data
  exactly like docker-compose.keymaster-ts.yml; drop the top-level
  volumes: block.
- Dockerfile.keymaster-py: drop redundant 'RUN mkdir -p
  /app/keymaster/data' (the bind mount supplies the directory; this
  also keeps the Dockerfile structurally aligned with
  Dockerfile.keymaster-ts).
- AGENTS.md: replace the obsolete 'named volume avoids UID mismatch'
  note with an explicit drop-in-replacement rule that forbids
  re-introducing the workaround.

1994 of 2200 branches covered (90.64%)

Branch coverage included in aggregate %.

4243 of 4359 relevant lines covered (97.34%)

1163.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24753489161.1 22 Apr 2026 12:26AM UTC 48
96.0
GitHub Action Run
Source Files on build 24753489161
  • Tree
  • List 24
  • Changed 22
  • Source Changed 0
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24753489161
  • 3a90a3a0 on github
  • Prev Build on main (#24753125204)
  • Next Build on main (#24753922738)
  • Delete
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