Files
buildx/vendor/github.com/google/certificate-transparency-go/codecov.yml
T
2026-01-14 09:03:42 -08:00

20 lines
527 B
YAML

# Customizations to codecov for c-t-go repo. This will be merged into
# the team / default codecov yaml file.
#
# Validate changes with:
# curl --data-binary @codecov.yml https://codecov.io/validate
# Exclude code that's for testing, demos or utilities that aren't really
# part of production releases.
ignore:
- "**/mock_*.go"
- "**/testonly"
- "trillian/integration"
coverage:
status:
project:
default:
# Allow 1% coverage drop without complaining, to avoid being too noisy.
threshold: 1%