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

omit =
  # Omit profiling helper module
  */buildstream/_profile.py

[report]
show_missing = True
precision = 2

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