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

StoneCypher / jssm / 883a90ed80991cc3c0e7c19064898c5f8705bd49
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: docs_26-07-04_fable-v6-to-v16
DEFAULT BRANCH: master
Ran 15 Jul 2026 03:20PM UTC
Jobs 6
Files 94
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 Jul 2026 03:18PM UTC coverage: 100.0%. Remained the same
883a90ed80991cc3c0e7c19064898c5f8705bd49

Pull #962

github

StoneCypher
fix(cli): parseFslArgs no longer swallows a following flag as a missing value (5.162.31)

A value-taking flag with no attached value consumed the next argv token
unconditionally, even when that token was itself a flag. `fsl-render
machine.fsl --output --stdout` set output to the literal '--stdout' and never
set the stdout boolean, so the render was written to a file named '--stdout'
in the cwd instead of to stdout.

parseFslArgs now treats a next token that starts with '--' (or the end of
argv) as a missing value and reports it, for both the long and short forms.
Single-'-' tokens are still accepted, so negative-number values (-3) keep
working, and --flag=value is unaffected.

Adds cli-utils.spec.ts cases: --output --stdout and -o --stdout both throw
"requires a value", and --width -3 still parses to the number -3.

Closes StoneCypher/fsl#1956
Pull Request #962: fix(cli): parseFslArgs no longer swallows a following flag as a missing value

2645 of 2645 branches covered (100.0%)

Branch coverage included in aggregate %.

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

4281 of 4281 relevant lines covered (100.0%)

48396.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 883a90ed80991cc3c0e7c19064898c5f8705bd49.1 15 Jul 2026 03:20PM UTC 94
100.0
GitHub Action Run
2 883a90ed80991cc3c0e7c19064898c5f8705bd49.2 15 Jul 2026 03:21PM UTC 94
100.0
GitHub Action Run
3 883a90ed80991cc3c0e7c19064898c5f8705bd49.3 15 Jul 2026 03:21PM UTC 94
100.0
GitHub Action Run
4 883a90ed80991cc3c0e7c19064898c5f8705bd49.4 15 Jul 2026 03:21PM UTC 94
100.0
GitHub Action Run
5 883a90ed80991cc3c0e7c19064898c5f8705bd49.5 15 Jul 2026 03:21PM UTC 94
100.0
GitHub Action Run
6 883a90ed80991cc3c0e7c19064898c5f8705bd49.6 15 Jul 2026 03:23PM UTC 94
100.0
GitHub Action Run
Source Files on build 883a90ed80991cc3c0e7c19064898c5f8705bd49
  • Tree
  • List 94
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #962
  • PR Base - main (#1D2DBCA8...)
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