ci-report

command
v2.10.2 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: AGPL-3.0 Imports: 11 Imported by: 0

README

ci-report

This program generates a CI report from the gotests.json generated by go test -json (we use gotestsum as a frontend).

Limitations

We won't generate any report/stats for tests that weren't run. To find all existing tests, we could use: go test ./... -list=. -json, but the time it takes is probably not worth it. Usually most tests will run, even if there are errors and we're using -failfast.

Misc

The script fetch_stats_from_ci.sh can be used to fetch historical stats from CI, e.g. for development or analysis.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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