aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/elastic/gosigar/codecov.yml
blob: 76ade0fdb0e9a701cc445d2c0fdbc3cdaa6562c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Enable coverage report message for diff on commit
coverage:
  status:
    project: off
    patch:
      default:
        # basic
        target: auto
        threshold: null
        base: auto
        # advanced
        branches: null
        if_no_uploads: error
        if_not_found: success
        if_ci_failed: error
        only_pulls: false
        flags: null
        paths: null

# Disable comments on Pull Requests
comment: false