scripts

command
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package main provides a coverage threshold checking tool.

This script reads Go coverage output and validates that coverage meets a minimum threshold. It's designed to work with go test -coverprofile output.

Usage:

go run scripts/check-coverage-threshold.go [coverage.out] [threshold]

Arguments:

coverage.out - Path to coverage profile (default: coverage.out)
threshold    - Minimum coverage percentage required (default: 31.0)

Jump to

Keyboard shortcuts

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