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

forst-lang / forst / 28330377715
75%
main: 76%

Build:
Build:
LAST BUILD BRANCH: test/go-runtime-coverage-gaps
DEFAULT BRANCH: main
Ran 28 Jun 2026 05:36PM UTC
Jobs 1
Files 277
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 05:33PM UTC coverage: 75.457% (-0.02%) from 75.479%
28330377715

Pull #110

github

haveyaseen
feat(lsp): show hover for Go predeclared builtins

Load docs and signatures from Go's package builtin via go/doc and
go/ast, then surface them in LSP hover for names registered as
predeclared builtins (len, min, max, etc.). Includes Go doc text,
signature, and Forst return type from the builtin registry.

Example:

```forst
func main(): Void {
  s: String = "ab"
  println(len(s))   // hover `len` → Go builtin docs + `Int` return
  println(min(1, 2))
}
```
Pull Request #110: feat(lsp): show hover for Go predeclared builtins

95 of 137 new or added lines in 3 files covered. (69.34%)

24808 of 32877 relevant lines covered (75.46%)

103.26 hits per line

Uncovered Changes

Lines Coverage ∆ File
38
56.86
3.77% forst/internal/typechecker/builtin_doc.go
4
77.02
2.02% forst/internal/typechecker/go_hover.go
Subprojects
ID Flag name Job ID Ran Files Coverage
1 /jobs/183935655 28330377715.1 28 Jun 2026 05:36PM UTC 277
75.46
GitHub Action Run
Source Files on build 28330377715
  • Tree
  • List 277
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #110
  • PR Base - main (#28330090875)
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