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

forst-lang / forst / 28308366380
76%

Build:
DEFAULT BRANCH: main
Ran 28 Jun 2026 02:07AM UTC
Jobs 1
Files 263
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

28 Jun 2026 02:04AM UTC coverage: 74.724%. Remained the same
28308366380

push

github

haveyaseen
docs(site): apply Mintlify style pass to nav-linked pages

Use second-person voice and neutral headings on index, why, overview,
quickstart, shapes-and-constraints, go, and typescript pages. Rename
marketing sections (e.g. "What you just gained" → "Summary",
"What we deliberately avoid" → "What Forst omits"). Sentence-case
nav group "Data validation" in docs.json.

docs(roadmap): document Providers under Go interoperability

Track experimental Providers (`use` / `with`) in Go interop rather than
a standalone language section. Add TS emit exclusion for Provider wiring,
`forst test` under tooling, and LSP hover notes. Sync docs/resources/roadmap.mdx.

Example:
\`\`\`forst
func expireToken(token Token) {
	use clock: Clock
	if token.expiresAt < clock.now() { /* ... */ }
}

func main() {
	with { Clock: &SystemClock{} } {
		expireToken(Token { id: "x", expiresAt: 1 })
	}
}
\`\`\`

chore(cursor): enable Mintlify plugin in workspace settings

23828 of 31888 relevant lines covered (74.72%)

88.83 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
1 /jobs/183923642 28308366380.1 28 Jun 2026 02:07AM UTC 263
74.72
GitHub Action Run
Source Files on build 28308366380
  • Tree
  • List 263
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 780a4cd0 on github
  • Prev Build on main (#28307666457)
  • Next Build on main (#28308831579)
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