gooze merge

Merges sharded reports (from shard_* folders) into the base output dir.

Usage

gooze merge

When you need this

If you run gooze run -s INDEX/TOTAL, Gooze writes into shard folders. You merge them before running gooze view.

Example

gooze run -s 0/4 ./...
gooze run -s 1/4 ./...
gooze run -s 2/4 ./...
gooze run -s 3/4 ./...

gooze merge
gooze view

This example splits work into 4 jobs, then merges, then opens the viewer.

Notes

  • If there are no shard directories, merge just rebuilds the index.
  • Merging keeps existing base reports, so caching can still work.