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

node-opcua / node-opcua-pki / 32575400216
91%

Build:
DEFAULT BRANCH: master
Ran 22 Aug 2026 01:20PM UTC
Jobs 1
Files 21
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 Aug 2026 01:18PM UTC coverage: 91.379% (+0.02%) from 91.364%
32575400216

push

github

erossignon
fix(certificate-manager): never terminate the host process

CertificateManager installed SIGINT/SIGTERM handlers calling
process.exit() unconditionally, pre-empting the application's own
graceful shutdown. Deciding how to shut down is the host's job.

Those handlers were scaffolding shipped alongside the real fix for
undisposed managers blocking exit -- unref'ing the native fs.watch
handles. The unref is what works, so they are removed, not replaced.

Also set chokidar depth:0: descending into a subdirectory routes
through _handleRead -> _throttle, which schedules ref'd 1s timers
that keep the event loop alive. PKI store folders are flat.

545 of 721 branches covered (75.59%)

9 of 9 new or added lines in 1 file covered. (100.0%)

2 existing lines in 1 file now uncovered.

1590 of 1740 relevant lines covered (91.38%)

298.65 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
88.48
0.04% packages/node-opcua-pki/lib/pki/certificate_manager.ts
Jobs
ID Job ID Ran Files Coverage
1 32575400216.1 22 Aug 2026 01:20PM UTC 21
91.38
GitHub Action Run
Source Files on build 32575400216
  • Tree
  • List 21
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32575400216
  • 6bd887f8 on github
  • Prev Build on master (#32230857970)
  • Next Build on master (#32595205916)
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