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

lsm / neokai / 24758735362 / 22
82%
dev: 82%

Build:
DEFAULT BRANCH: dev
Ran 22 Apr 2026 03:35AM UTC
Files 282
Run time 8s
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

22 Apr 2026 03:32AM UTC coverage: 35.044%. First build
24758735362.22

push

github

web-flow
fix(space): resolve gate scripts from live templates; add startup drift warnings (#1585)

Two fixes for running workflow reliability:

1. Gate scripts in built-in workflows (e.g. review-posted-gate) were baked
   into the space_workflows.gates JSON column at seed time. Running workflow
   instances used the stale copy, so script bug-fixes never reached in-flight
   runs. doEvaluateGate now calls getBuiltInGateScript(templateName, gateId)
   to pull the current script from the in-process template definition, falling
   back to the stored copy only when no live script is found.

2. Workflow drift detection was purely on-demand (frontend useEffect). Added
   checkBuiltInWorkflowDriftOnStartup, called fire-and-forget from
   setupRPCHandlers, which logs a warn for every workflow whose templateHash
   diverges from the current built-in hash. Errors are caught so startup is
   never blocked.

24894 of 71036 relevant lines covered (35.04%)

18.21 hits per line

Source Files on job daemon-1-core - 24758735362.22
  • Tree
  • List 282
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24758735362
  • 8924e30e on github
  • Next Job for on dev (#24759292318.5)
  • Delete
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