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

SAP / less-openui5 / 33603622930
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/sinon-22.1.0
DEFAULT BRANCH: master
Ran 02 Sep 2026 07:27AM UTC
Jobs 1
Files 16
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

02 Sep 2026 07:26AM UTC coverage: 94.709%. Remained the same
33603622930

push

github

RandomByte
[INTERNAL] Fix theme-caching test broken by fs.Stats lazy getters

deepClone (introduced when the clone dependency was replaced with a
built-in in e3e3083) uses Object.entries, which only captures own
enumerable properties. fs.Stats exposes atime/mtime/ctime/birthtime as
lazy getters that become own properties only once accessed.

The theme cache holds live fs.Stats objects. The second build touches
stat.mtime during its cache-freshness check, materializing mtime on the
shared Stats instance between the two deepClone snapshots, so
cacheFirstRun (before the access) and cacheSecondRun (after) diverged by
exactly that key and the deepEqual failed on every run.

Realize the four date getters inside deepClone before Object.entries, so
the shared Stats is materialized on the first snapshot and every later
snapshot is consistent regardless of access order.

499 of 558 branches covered (89.43%)

Branch coverage included in aggregate %.

915 of 935 relevant lines covered (97.86%)

208.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33603622930.1 02 Sep 2026 07:27AM UTC 16
94.71
GitHub Action Run
Source Files on build 33603622930
  • Tree
  • List 16
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33603622930
  • bcac17dd on github
  • Prev Build on main (#33592788512)
  • Next Build on main (#33609429292)
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