summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: 088a4d1bc5b0c41b6af25f2d7971963891a52fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
coverage:
  status:
    project:
      default:
        target: auto
        threshold: 50%
        informational: true
    patch:
      default:
        target: auto
        threshold: 50%
        informational: true

# do not include tests folders
ignore:
  - "common"
  - "internal"
  - "proto"
  - "tests"
  - "systemd"
  - "utils/to_ptr.go"
  - "doc"
  - "bst/bst_test.go"
  - "pool/static_pool_test.go"
  - "pool/supervisor_test.go"
  - "transport/pipe/pipe_factory_spawn_test.go"
  - "transport/pipe/pipe_factory_test.go"
  - "transport/socket/socket_factory_spawn_test.go"
  - "transport/socket/socket_factory_test.go"
  - "transport/interface.go"
  - "worker/state_test.go"
  - "worker/sync_worker_test.go"
  - "worker/worker_test.go"
  - "events/pool_events.go"
  - "events/worker_events.go"
  - "events/jobs_events.go"