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

node-opcua / node-opcua / 23514173153
93%

Build:
DEFAULT BRANCH: master
Ran 24 Mar 2026 10:43PM UTC
Jobs 1
Files 1195
Run time 3min
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

24 Mar 2026 09:57PM UTC coverage: 92.721% (-0.007%) from 92.728%
23514173153

push

github

erossignon
fix(secure-channel): add TTL eviction to nonce cache

The process-global nonce store grew without bound because
entries were never removed. Replaced unbounded plain object
with a Map that has lazy TTL-based eviction (4 hours) and a
maxSize cap (50,000 entries) with oldest-first eviction.

Extracted nonce tracking into `nonce_cache.ts` module.
Public API preserved via re-exports. Added unit tests.

18305 of 21666 branches covered (84.49%)

82 of 103 new or added lines in 2 files covered. (79.61%)

108 existing lines in 2 files now uncovered.

161633 of 174321 relevant lines covered (92.72%)

463485.21 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
21
79.0
packages/node-opcua-secure-channel/source/server/nonce_cache.ts

Uncovered Existing Lines

Lines Coverage ∆ File
3
91.61
-0.42% packages/node-opcua-server/source/register_server_manager.ts
105
90.36
-0.05% packages/node-opcua-server/source/opcua_server.ts
Jobs
ID Job ID Ran Files Coverage
1 23514173153.1 24 Mar 2026 10:43PM UTC 1195
92.72
GitHub Action Run
Source Files on build 23514173153
  • Tree
  • List 1195
  • Changed 4
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #23514173153
  • b82c2939 on github
  • Prev Build on master (#23503075617)
  • Next Build on master (#23560516479)
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