File: codecov.yml

package info (click to toggle)
golang-github-google-certificate-transparency 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,764 kB
  • sloc: sh: 606; makefile: 103; sql: 16
file content (19 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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%