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

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

[report]
show_missing = True
precision = 2

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