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

fogfish / iq
39%
main: 31%

Build:
Build:
LAST BUILD BRANCH: fea-mime-markdown
DEFAULT BRANCH: main
Repo Added 09 Apr 2025 05:44PM UTC
Files 56
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

LAST BUILD ON BRANCH fea-snapshots
branch: fea-snapshots
CHANGE BRANCH
x
Reset
  • fea-snapshots
  • array-as-input
  • ast-formatter
  • ast-split
  • cicd
  • cli-override-input
  • expand-env-var
  • fea-array-as-input
  • fea-array-collector
  • fea-attr-emit
  • fea-cli-opt-array
  • fea-formatter
  • fea-identity-key
  • fea-mime-markdown
  • fea-nb-images
  • fea-skip-if-exists
  • file-chunking
  • fix-claude-detox
  • fix-formatter
  • fix-image-output
  • fix-long-text-stdout
  • fix-relative-path
  • fix-releaser-syntax
  • fix-strict-flag
  • fix-win-arm64
  • formal-tool-integration
  • io-design
  • main
  • oauth2-http-mcp
  • revert-61-ast-split
  • update-deps
  • update-readme
  • workflow

04 Jan 2026 07:16PM UTC coverage: 39.274%. First build
20697924022

Pull #87

github

fogfish
Fix emit context propagation using EmitContextCapture pattern

Issue: Emit context set in workflow steps wasn't reaching StorageSink because Go contexts are immutable - workflow execution creates new contexts that don't propagate back.

Solution: Implemented EmitContextCapture pattern - a mutable struct passed via context that workflow steps can write to during execution.

Changes:
- Added EmitContextCapture struct and helpers (WithEmitCapture, GetEmitCapture) to compiler/context.go
- Updated all workflow steps (AgentStep, RouterStep, ForeachStep, RunStep) to capture emit in EmitContextCapture
- Modified Agent processor to create emit capture before workflow execution and store captured emit in document metadata
- Fixed Agent processor to preserve document Key from input to output
- Added workflow detection (workflowUsesEmit) and conditional sink selection (buildWithEmit) in agent command
- StorageSink reads emit from document metadata and applies prefix/counters to output path

Result: emit attribute now correctly controls output directory structure (e.g., emit: processed → output/processed/file.txt)
Pull Request #87: Implement #81: Pipeline integration with storage sink and emit execution

73 of 198 new or added lines in 9 files covered. (36.87%)

1655 of 4214 relevant lines covered (39.27%)

0.43 hits per line

Relevant lines Covered
Build:
Build:
4214 RELEVANT LINES 1655 COVERED LINES
0.43 HITS PER LINE
Source Files on fea-snapshots
  • Tree
  • List 42
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20697924022 fea-snapshots Fix emit context propagation using EmitContextCapture pattern Issue: Emit context set in workflow steps wasn't reaching StorageSink because Go contexts are immutable - workflow execution creates new contexts that don't propagate back. Solution: ... Pull #87 04 Jan 2026 07:24PM UTC fogfish github
39.27
20696539747 fea-snapshots Implement #81: Pipeline integration with storage sink and emit execution Added storage-based sink with emit context support for pipeline integration: - Created StorageSink that wraps Storage interface with emit support - Updated all step types (... Pull #87 04 Jan 2026 05:27PM UTC fogfish github
39.65
See All Builds (93)
  • Repo on GitHub
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