summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 739d1d00f25ac94b479ca69e7dbfc130b5c0d4d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[run]
concurrency = multiprocessing
include =
  */buildstream/*

omit =
  # Omit profiling helper module
  */buildstream/_profile.py
  # Omit generated code
  */buildstream/*_pb2.py
  */buildstream/*_pb2_grpc.py
  */.eggs/*

[report]
show_missing = True
precision = 2

[paths]
source =
    buildstream/
    */site-packages/buildstream/
    */buildstream/buildstream/