jplomas/Ignore Coverage

Filter ignored code from coverage profiles (supports both Go coverprofiles and LCOV tracefiles)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filePath to the coverage file (e.g. lcov.info or coverage.out)yes
outputPath to write the updated coverage file (defaults to overwriting input)no
rootRoot folder of the projectno.
exclude-globsComma-separated glob patterns to excludeno
exclude-regexComma-separated regex patterns to excludeno
configPath to reasons config YAML file (defaults to .coverage-reasons.yml)no
require-reasonFail if any coverage:ignore directive is missing a reason tag (true/false)nofalse
ignore-emptyIgnore empty functions (Go coverprofile only, true/false)nofalse
verboseEnable verbose output (true/false)nofalse

no outputs