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

fogfish / iq / 20679682425
31%

Build:
DEFAULT BRANCH: main
Ran 03 Jan 2026 04:10PM UTC
Jobs 1
Files 39
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

03 Jan 2026 04:09PM UTC coverage: 34.827% (+0.3%) from 34.494%
20679682425

push

github

web-flow
feat: implement ArrayCollector processor for batch document collection (ADR-0007 Phase 2) (#73)

* feat: implement ArrayCollector processor for batch document collection (ADR-0007 Phase 2)

Implement ArrayCollector processor that collects all input documents
and emits them as an array when EOF signal is received. This enables
batch processing mode for the --array CLI flag.

Key features:
- Collects documents in memory during pipeline execution
- Returns empty slice during collection to prevent premature propagation
- Emits collected documents as array upon EOF signal
- Automatically resets after EOF for potential reuse
- Pre-allocates buffer for reasonable performance

Implementation:
- Add ArrayCollector processor in collector.go
- Add comprehensive unit tests covering:
  * Collection and emission behavior
  * Empty collection handling
  * Multiple documents in single call
  * Reset behavior after EOF
- Add integration test with Conduit pipeline

Testing:
- All unit tests pass (4/4)
- Integration test passes
- No regressions in existing tests

Resolves #65 (ADR-0007 Phase 2)
Related to ADR /doc/adr/0007_array_as_input.md

* update license

17 of 21 new or added lines in 1 file covered. (80.95%)

1228 of 3526 relevant lines covered (34.83%)

0.37 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
80.95
internal/iosystem/processor/collector.go
Jobs
ID Job ID Ran Files Coverage
1 20679682425.1 03 Jan 2026 04:10PM UTC 39
34.83
GitHub Action Run
Source Files on build 20679682425
  • Tree
  • List 39
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • da7c4144 on github
  • Prev Build on main (#20679518684)
  • Next Build on main (#20680177449)
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