summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: ca47c8a90eda550ab95adf541eafa27e41239483 (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
[run]
concurrency = multiprocessing
include =
  */buildstream/*

omit =
  # Omit some internals
  */buildstream/_profile.py
  */buildstream/__main__.py
  */buildstream/_version.py
  # Omit generated code
  */buildstream/_protos/*
  */.eggs/*
  # Omit .tox directory
  */.tox/*

[report]
show_missing = True
precision = 2

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