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

UI5 / cli / 31575410407
94%

Build:
DEFAULT BRANCH: main
Ran 12 Aug 2026 07:47AM UTC
Jobs 6
Files 243
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

12 Aug 2026 07:46AM UTC coverage: 94.1% (+0.03%) from 94.075%
31575410407

push

github

RandomByte
fix(server): Sequence destroy() after native teardown

Supervisor.destroy() passed the caller's callback to http.Server.close(),
firing it on socket close. The BuildServer's teardown (the @parcel/watcher
unsubscribe and the node:sqlite handle, which maps a 256 MB region of the
database into memory) runs after that call and was not sequenced ahead of
the callback, so server.close(resolve) resolved with SQLite still mid-close.
The next test.serial opening a fresh DatabaseSync, or the worker exiting,
then races the finalizing handle and raises an access violation on Windows
(0xC0000005), surfacing as `exited with a non-zero exit code: 3221225477`
in the reinitialize suite.

Make destroy() a plain promise: start the socket close, then await the
definition watcher and BuildServer teardown, and await the socket last.
The promise resolves only once every native handle is closed. server.js
adapts this to the existing close(callback) API and also returns the
promise when no callback is passed, so callers can await it; a teardown
error is passed to the callback (and rejects the promise) instead of
being swallowed.

7244 of 7979 branches covered (90.79%)

Branch coverage included in aggregate %.

10 of 10 new or added lines in 2 files covered. (100.0%)

13858 of 14446 relevant lines covered (95.93%)

5303.25 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
1 fs 31575410407.1 12 Aug 2026 07:47AM UTC 22
89.91
GitHub Action Run
2 cli 31575410407.2 12 Aug 2026 07:47AM UTC 26
95.26
GitHub Action Run
3 project 31575410407.3 12 Aug 2026 07:50AM UTC 78
94.24
GitHub Action Run
4 server 31575410407.4 12 Aug 2026 07:48AM UTC 26
92.43
GitHub Action Run
5 logger 31575410407.5 12 Aug 2026 07:47AM UTC 15
100.0
GitHub Action Run
6 builder 31575410407.6 12 Aug 2026 07:48AM UTC 76
94.17
GitHub Action Run
Source Files on build 31575410407
  • Tree
  • List 243
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31575410407
  • 88899b07 on github
  • Prev Build on main (#31479027553)
  • Next Build on main (#31781859307)
  • 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