summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: 45fccc1dee1e9d22e5efe3cf2ac9c408f6e79ba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
coverage:
  status:
    project:
      default:
        target: auto
        threshold: 0%
        informational: true
    patch:
      default:
        target: auto
        threshold: 0%
        informational: true

# do not include tests folders
ignore:
  - "tests"
  - "plugins/kv/boltdb/plugin_unit_test.go"
  - "plugins/kv/memcached/plugin_unit_test.go"
  - "plugins/kv/memory/plugin_unit_test.go"
  - "interfaces"
  - "systemd"