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

UI5 / cli / 26760450505
94%

Build:
DEFAULT BRANCH: main
Ran 01 Jun 2026 02:15PM UTC
Jobs 6
Files 209
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 Jun 2026 02:14PM UTC coverage: 93.809% (+0.02%) from 93.79%
26760450505

push

github

RandomByte
refactor(fs): Use structuredClone for Resource statInfo deep copy

The `clone` package recreates internal-slot-backed values like Date and
Temporal.Instant as prototype-only copies, stripping the slot. On Node 26
fs.Stats exposes Temporal.Instant getters whose toJSON performs a strict
internal-slot check and throws, breaking any consumer that JSON-stringifies
a cloned stat (e.g. @ui5/builder's theme worker IPC).

Replace `clone` with a small helper that preserves the prototype, copies
function-valued own properties by reference, and runs each data value through
structuredClone — which correctly handles Date, Temporal, Map, Set, typed
arrays, etc. sourceMetadata uses structuredClone directly. The unmaintained
`clone` dependency is removed from @ui5/fs.

This is an up-port of https://github.com/SAP/ui5-fs/pull/697 hence the
commit message is not using the "fix" prefix.

6397 of 7079 branches covered (90.37%)

Branch coverage included in aggregate %.

6 of 7 new or added lines in 1 file covered. (85.71%)

12211 of 12757 relevant lines covered (95.72%)

5834.46 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
90.44
-0.15% packages/fs/lib/Resource.js
Subprojects
ID Flag name Job ID Ran Files Coverage
1 fs 26760450505.1 01 Jun 2026 02:15PM UTC 22
89.98
GitHub Action Run
2 server 26760450505.2 01 Jun 2026 02:15PM UTC 14
92.6
GitHub Action Run
3 cli 26760450505.3 01 Jun 2026 02:15PM UTC 23
94.57
GitHub Action Run
4 builder 26760450505.4 01 Jun 2026 02:16PM UTC 76
94.14
GitHub Action Run
5 project 26760450505.5 01 Jun 2026 02:17PM UTC 69
94.05
GitHub Action Run
6 logger 26760450505.6 01 Jun 2026 02:15PM UTC 5
100.0
GitHub Action Run
Source Files on build 26760450505
  • Tree
  • List 209
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26760450505
  • 7aff80b6 on github
  • Prev Build on main (#26746607690)
  • Next Build on main (#26824301920)
  • 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