...

Text file src/github.com/google/certificate-transparency-go/codecov.yml

Documentation: github.com/google/certificate-transparency-go

     1# Customizations to codecov for c-t-go repo. This will be merged into
     2# the team / default codecov yaml file.
     3#
     4# Validate changes with:
     5# curl --data-binary @codecov.yml https://codecov.io/validate
     6
     7# Exclude code that's for testing, demos or utilities that aren't really
     8# part of production releases.
     9ignore:
    10  - "**/mock_*.go"
    11  - "**/testonly"
    12  - "trillian/integration"
    13
    14coverage:
    15  status:
    16    project:
    17      default:
    18        # Allow 1% coverage drop without complaining, to avoid being too noisy.
    19        threshold: 1%

View as plain text