gooze report merge

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

Usage

gooze report merge

When you need this

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

Example

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

gooze report merge
gooze report 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.