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

archetech / archon / 30681420334
93%
main: 93%

Build:
Build:
LAST BUILD BRANCH: fix/cipher-didcomm-module-mapper
DEFAULT BRANCH: main
Ran 01 Aug 2026 03:12AM 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:08AM UTC coverage: 92.975% (+0.4%) from 92.527%
30681420334

Pull #816

github

macterra
test: resolve @didcid/cipher/didcomm to source, not the built dist

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>
Pull Request #816: test: resolve @didcid/cipher/didcomm to source, not the built dist

2998 of 3510 branches covered (85.41%)

Branch coverage included in aggregate %.

7140 of 7394 relevant lines covered (96.56%)

768.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30681420334.1 01 Aug 2026 03:12AM UTC 170
94.39
GitHub Action Run
Source Files on build 30681420334
  • 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 #30681420334
  • Pull Request #816
  • PR Base - 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