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

clay / claycli / 35010408035
83%
master: 83%

Build:
Build:
LAST BUILD BRANCH: v6.0.0-rc.7
DEFAULT BRANCH: master
Ran 15 Sep 2026 06:55PM UTC
Jobs 1
Files 31
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

15 Sep 2026 06:54PM UTC coverage: 83.02%. First build
35010408035

Pull #260

github

jjpaulino
🍕 Fix normalizeRequestedSteps complexity regression from #259

`npx eslint lib cli index.js` -- the full lint command `npm test` actually
runs -- currently fails on master: normalizeRequestedSteps has a cyclomatic
complexity of 10 (max 8), introduced in #259 and missed there because that
PR's own verification only linted the specific files it touched, not the
full repo command.

Splits the function into splitOnlyEntries() (CSV/repeated-flag parsing) and
classifyOnlyEntries() (recognized vs. unrecognized step names), leaving
normalizeRequestedSteps as a thin orchestrator (complexity 7). No behavior
change -- reverified the exact case #259 added: an unrecognized --only value
still throws with the same message.

Discovered while rebasing this branch onto master post-#259; fixing it here
so this branch's own CI is green. Also opening a standalone fix directly
against master, since master itself fails `npm test` right now independent
of this branch.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Pull Request #260: 🍕 Node globals: real diagnostics + opt-in fix, generalized server-boundary warning

784 of 1040 branches covered (75.38%)

Branch coverage included in aggregate %.

23 of 53 new or added lines in 2 files covered. (43.4%)

1685 of 1934 relevant lines covered (87.13%)

10.75 hits per line

Uncovered Changes

Lines Coverage ∆ File
28
68.67
lib/cmd/vite/scripts.js
2
76.47
lib/cmd/vite/plugins/service-rewrite.js
Jobs
ID Job ID Ran Files Coverage
1 35010408035.1 15 Sep 2026 06:55PM UTC 31
83.02
GitHub Action Run
Source Files on build 35010408035
  • Tree
  • List 31
  • 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 #35010408035
  • Pull Request #260
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