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

fogfish / iq / 22108466183
32%

Build:
DEFAULT BRANCH: main
Ran 17 Feb 2026 05:22PM UTC
Jobs 1
Files 57
Run time 21min
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

17 Feb 2026 05:20PM UTC coverage: 32.301% (+0.3%) from 32.044%
22108466183

push

github

web-flow
feat: implement Cell type in vm package for streaming architecture (#115)

Implements issue #97 - Phase 1 of ADR 0010 streaming architecture.

Changes:
- Add Gist interface for polymorphic content types
- Add Cell struct with Key, Value, Steps, and Env fields
- Add NewCell constructor for creating cells with initialized maps
- Add Copy method for shallow copying cells with new values
- Add comprehensive unit tests for Cell functionality

The Cell type unifies the previous Document (I/O layer) and Event
(runtime layer) into a single type for the streaming pipeline.
Channels pass *Cell pointers for lightweight, zero-copy operations.

Steps and Env maps are intentionally shared across copied cells to
support memento-style named outputs and cross-step communication.

16 of 16 new or added lines in 1 file covered. (100.0%)

1366 of 4229 relevant lines covered (32.3%)

0.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22108466183.1 17 Feb 2026 05:22PM UTC 57
32.3
GitHub Action Run
Source Files on build 22108466183
  • Tree
  • List 57
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • aa6007ff on github
  • Prev Build on main (#22036373072)
  • Next Build on main (#22281195989)
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