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

archetech / archon / 30681716790
93%

Build:
DEFAULT BRANCH: main
Ran 01 Aug 2026 03:21AM UTC
Jobs 1
Files 85
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

01 Aug 2026 03:17AM UTC coverage: 92.984% (+0.5%) from 92.527%
30681716790

push

github

web-flow
test: resolve @didcid/cipher/didcomm to source, not the built dist (#816)

jest.config.js maps @didcid/cipher/node, /types and /passphrase to
TypeScript source but had no entry for /didcomm, so the import in
packages/keymaster/src/keymaster.ts resolved through package exports to
packages/cipher/dist/esm/didcomm.js.

The DIDComm logic was therefore measured twice — dist at 83.6% and src at
96.4% — inflating the denominator with build output, and coverage
annotations pointed at generated JS rather than actionable source. Local
runs also exercised whatever was last compiled rather than the working
tree (CI builds first, so it was compiling fresh).

Verified before switching: src and dist export identical symbols, no
commit has touched packages/cipher/src/didcomm.ts since the dist was
built, and dist/ is gitignored.

Build output is now absent from coverage entirely (7607 -> 7394 measured
lines) and src/didcomm.ts rises to 97.4% as the tests that were hitting
dist now exercise source. Repo total 96.19% -> 96.58%.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>

2999 of 3510 branches covered (85.44%)

Branch coverage included in aggregate %.

7140 of 7394 relevant lines covered (96.56%)

768.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30681716790.1 01 Aug 2026 03:21AM UTC 170
94.4
GitHub Action Run
Source Files on build 30681716790
  • Tree
  • List 85
  • Changed 69
  • Source Changed 0
  • Coverage Changed 69
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30681716790
  • e1677ce6 on github
  • Prev Build on main (#30681172887)
  • 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