command
Version:
v1.38.1
Opens a new window with list of versions in this module.
Published: Mar 30, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Command coverage-gate reads a Go coverage profile and fails if any testable
package drops below the configured coverage threshold.
Usage:
go test -coverprofile=coverage.out ./...
go run ./cmd/coverage-gate -profile coverage.out -threshold 93
Source Files
¶
Click to show internal directories.
Click to hide internal directories.