summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: eb499c3adb8aa0ded5763cf566cf5472bdbe4b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"