report

command
v0.7.23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Command gen turns `go test -json` output into the use-case coverage report: a per-scenario JSON + Markdown file and an aggregate matrix. It deliberately reuses harness.Registry as the source of truth for rows, so "pending" (a use case with no test yet) is distinguishable from "skipped" (a test that ran but the scenario didn't satisfy its capabilities) — the distinction the plan promised, without a real code-coverage engine.

go test -tags=integration -json ./suite/... | \
  go run ./report -scenario single-node -out reports

On spot reclaim the run is inconclusive, not failed:

go run ./report -scenario cluster-hetero -inconclusive -out reports

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL