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

forst-lang / forst / 24045798150
76%

Build:
DEFAULT BRANCH: main
Ran 06 Apr 2026 06:54PM UTC
Jobs 1
Files 180
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

06 Apr 2026 06:51PM UTC coverage: 61.616% (-0.008%) from 61.624%
24045798150

push

github

haveyaseen
feat(cli): add --version/-V to npm shim

The wrapper prints @forst/cli semver and the first line of `forst version` without forwarding to the native binary, matching common CLI conventions. Exports `FORST_CLI_VERSION_FLAGS` and `printForstCliVersion`.

Example:
```bash
npx forst --version
```

feat(sidecar): add invalidateFunctionCache on ForstSidecarClient

Clears the map populated by `discoverFunctions` so callers can refresh metadata after a dev server restart without creating a new client.

Example:
```typescript
await client.discoverFunctions();
client.invalidateFunctionCache();
await client.discoverFunctions();
```

feat(vscode-forst): add Copy debug info to clipboard command

Registers `forst.copyDebugInfo`, formats extension/VS Code/platform/settings and `forst version` as Markdown for issue reports, and copies to the clipboard. Tests run `tsc` first so `formatForstDebugInfo` is exercised from compiled output.

Example: Command Palette → “Forst: Copy debug ino clipboard”.

15391 of 24979 relevant lines covered (61.62%)

15.58 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
33.71
-0.37% forst/internal/transformer/go/shape.go
Subprojects
ID Flag name Job ID Ran Files Coverage
1 /jobs/179838023 24045798150.1 06 Apr 2026 06:54PM UTC 180
61.62
GitHub Action Run
Source Files on build 24045798150
  • Tree
  • List 180
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 490c8e52 on github
  • Prev Build on main (#24045624648)
  • Next Build on main (#24045875185)
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