LinuxCommandLibrary

octocov

Toolkit for collecting code coverage and metrics

TLDR

View code coverage in the terminal
$ octocov
copy
Generate a coverage badge
$ octocov badge
copy
Compare coverage between branches
$ octocov diff
copy

SYNOPSIS

octocov [command] [options]

DESCRIPTION

octocov is a toolkit for collecting code metrics including code coverage, code-to-test ratio, and test execution time. It works both as a CLI tool for terminal viewing and as a CI tool integrated with GitHub Actions.
Features include support for multiple coverage report formats, badge generation, pull request commenting, and report storage in GitHub, S3, or BigQuery. It can aggregate reports from multiple repositories for centralized monitoring.

CAVEATS

Coverage report format support depends on the language and test framework used. CI features require GitHub Actions configuration.

HISTORY

octocov was created by k1LoW and is written in Go.

SEE ALSO

go-test(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard