mirror of
https://github.com/containers/podman.git
synced 2026-01-26 14:59:21 -05:00
(podman push) and (podman manifest push) now support --sign-by-sigstore=param-file, using the containers-sigstore-signing-params.yaml(5) file format. That notably adds support for Fulcio and Rekor signing. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
23 lines
561 B
YAML
23 lines
561 B
YAML
# Customizations to codecov for Trillian 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"
|
|
- "docs"
|
|
- "examples"
|
|
- "integration"
|
|
- "testonly"
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
# Allow 1% coverage drop without complaining, to avoid being too noisy.
|
|
threshold: 1%
|