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

stores-com / electricity
98%
main: 100%

Build:
Build:
LAST BUILD BRANCH: claude/lazy-file-read-background-SjTlo
DEFAULT BRANCH: main
Repo Added 12 Feb 2026 10:18PM UTC
Files 4
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

LAST BUILD ON BRANCH claude/lazy-file-read-background-SjTlo
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • claude/lazy-file-read-background-SjTlo
  • main

23 May 2026 11:15PM UTC coverage: 98.041% (-2.0%) from 100.0%
26346126154

Pull #223

github

claude
Test that non-cloneable options skip warming without throwing

Cover the startWarmer DataCloneError path: passing a Sass importer (a
function) must not crash static() — warming is skipped for that instance
and the synchronous read still serves the file.

https://claude.ai/code/session_013nWBHBH1uYqZ35q6TTks99
Pull Request #223: Warm the file cache on a background worker thread

143 of 147 branches covered (97.28%)

Branch coverage included in aggregate %.

571 of 585 new or added lines in 3 files covered. (97.61%)

758 of 772 relevant lines covered (98.19%)

299.43 hits per line

Relevant lines Covered
Build:
Build:
772 RELEVANT LINES 758 COVERED LINES
299.43 HITS PER LINE
Source Files on main
  • Tree
  • List 4
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26346126154 claude/lazy-file-read-background-SjTlo Test that non-cloneable options skip warming without throwing Cover the startWarmer DataCloneError path: passing a Sass importer (a function) must not crash static() — warming is skipped for that instance and the synchronous read still serves the... Pull #223 23 May 2026 11:15PM UTC claude github
98.04
26338045182 claude/lazy-file-read-background-SjTlo Use exports.X convention in processor.js Match the org convention used elsewhere (e.g. exports.static in index.js): attach public functions to exports directly instead of a trailing module.exports block. Internal references go through exports.X s... Pull #223 23 May 2026 04:40PM UTC claude github
97.39
26337942720 main Merge pull request #222 from stores-com/dependabot/npm_and_yarn/sass-1.100.0 Bump sass from 1.99.0 to 1.100.0 push 23 May 2026 04:35PM UTC web-flow github
100.0
26335730168 claude/lazy-file-read-background-SjTlo Guard non-cloneable warm options with try/catch Replace the bespoke hasFunction scan with a try/catch around the worker postMessage. Options that can't be structured-cloned (e.g. a Sass importer or a Babel plugin passed as a function) now skip wa... Pull #223 23 May 2026 02:50PM UTC claude github
97.41
26335316941 claude/lazy-file-read-background-SjTlo Merge 6123f81f6 into fdfb20e40 Pull #223 23 May 2026 02:32PM UTC web-flow github
96.54
26335281790 claude/lazy-file-read-background-SjTlo Size the warm pool with os.availableParallelism() Use os.availableParallelism() instead of os.cpus().length so the pool respects the process's CPU affinity mask (e.g. cpuset pinning) rather than always counting every host core. https://claude.ai... push 23 May 2026 02:30PM UTC claude github
96.54
26335076216 claude/lazy-file-read-background-SjTlo Warm the cache with a sharded worker pool Replace the single warm worker with a shared pool sized to max(1, cpus - 1), leaving a core free for the event loop. Each warm job is fanned out across the pool, with every worker processing a disjoint, d... push 23 May 2026 02:20PM UTC claude github
97.18
26334955658 claude/lazy-file-read-background-SjTlo Share a single warm worker across all static() instances Spawning one worker per electricity.static() instance loaded the heavy transform libraries (Babel/Sass/UglifyJS) once per instance and competed for CPU. Use a single lazily-created worker t... push 23 May 2026 02:14PM UTC claude github
96.84
23952994400 main Merge pull request #221 from stores-com/dependabot/npm_and_yarn/sass-1.99.0 Bump sass from 1.98.0 to 1.99.0 push 03 Apr 2026 04:12PM UTC web-flow github
100.0
22960173353 main Merge pull request #220 from stores-com/dependabot/npm_and_yarn/sass-1.98.0 Bump sass from 1.97.3 to 1.98.0 push 11 Mar 2026 03:23PM UTC web-flow github
100.0
See All Builds (19)
  • Repo on GitHub
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