summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: 43716f5619f2a9b46863a29734ed57f2e0b4bc4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
  - "pkg/events/pool_events.go"
  - "pkg/events/worker_events.go"
  - "interfaces"
  - "systemd"