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

forst-lang / forst / 24315038891
76%

Build:
DEFAULT BRANCH: main
Ran 12 Apr 2026 07:55PM UTC
Jobs 1
Files 193
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

12 Apr 2026 07:52PM UTC coverage: 63.015% (+0.02%) from 62.993%
24315038891

push

github

haveyaseen
fix(examples): add user: nil to shape_guard negative createTask ctx

The second createTask literal only set ctx.sessionId, so the shape missed
AppContext’s user field and failed typecheck with incompatible hash types.
Adding user: nil preserves the full AppContext structure while still failing
LoggedIn().

Example:

```forst
createTask({
  ctx: {
    sessionId: nil,
    user: nil,
  },
  input: {
    name: "Go to the gym",
  },
})
```

16798 of 26657 relevant lines covered (63.02%)

20.45 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
1 /jobs/180152219 24315038891.1 12 Apr 2026 07:55PM UTC 193
63.02
GitHub Action Run
Source Files on build 24315038891
  • Tree
  • List 193
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4fca55e8 on github
  • Prev Build on main (#24314986808)
  • Next Build on main (#24317801958)
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