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

clay / claycli / 26615618704
87%
master: 87%

Build:
Build:
LAST BUILD BRANCH: v6.0.0-rc.3
DEFAULT BRANCH: master
Ran 29 May 2026 03:11AM UTC
Jobs 1
Files 30
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

29 May 2026 03:10AM UTC coverage: 87.084% (+0.2%) from 86.85%
26615618704

Pull #252

github

jjpaulino
🍕 Simplify Vite client env to a pure window.process.env redirect

Drop the build-time inlining layer (and the .env reader) that was added for the
Browserify-parity experiment. The Docker image build is bare, so inlining never
contributed in prod; the runtime redirect (process.env -> window.process.env,
hydrated from preloadData._envVars and gated by client-env.json) is what
actually fixes the Kiln pickers under Vite.

This matches the legacy Browserify transformEnv plugin (lib/cmd/compile/scripts.js)
exactly — it rewrites process.env to window.process.env and inlines nothing — and
removes the latent risk of baking non-allowlisted secrets (e.g. CORAL_GRAPHQL_TOKEN)
into the public bundle on any env-present build. process.env.NODE_ENV stays a
build-time literal so guards still tree-shake.

Co-authored-by: Cursor <cursoragent@cursor.com>
Pull Request #252: 🍕 Add Kiln plugin init diagnostics for Vite

758 of 941 branches covered (80.55%)

Branch coverage included in aggregate %.

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

1622 of 1792 relevant lines covered (90.51%)

10.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26615618704.1 29 May 2026 03:11AM UTC 30
87.08
GitHub Action Run
Source Files on build 26615618704
  • Tree
  • List 30
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26615618704
  • Pull Request #252
  • PR Base - master (#26550699097)
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