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

archetech / archon / 24487981889
89%

Build:
DEFAULT BRANCH: main
Ran 16 Apr 2026 02:03AM 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

16 Apr 2026 02:00AM UTC coverage: 95.166%. Remained the same
24487981889

push

github

web-flow
perf(rust-gatekeeper): remove full-DB scan from DID write hot path (#425)

refresh_metrics_snapshot (which resolves every DID in the database) was
called synchronously after every successful POST /did operation. For a
dmail with one recipient the keymaster issues ~3 POST /did calls, each
triggering an O(N) database scan—dominating the total latency once the
DID count grows.

Changes:
- Remove refresh_metrics_snapshot from create_did and remove_dids
  handlers; invalidate the cached status_snapshot instead so /status
  lazily recomputes on its next request.
- Eliminate a redundant resolve_doc call in handle_did_operation for
  update/delete ops by reusing the registry string already resolved
  during the supported-registries validation.

1990 of 2192 branches covered (90.78%)

Branch coverage included in aggregate %.

4231 of 4345 relevant lines covered (97.38%)

1167.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24487981889.1 16 Apr 2026 02:03AM UTC 48
96.06
GitHub Action Run
Source Files on build 24487981889
  • 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 #24487981889
  • cbc922d7 on github
  • Prev Build on main (#24471027380)
  • Next Build on main (#24529137831)
  • 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