blob: 2cbd7a605bec790b28931ce3aa2b43d16a52e585 (
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 =
src/buildstream/
*/site-packages/buildstream/
*/buildstream/buildstream/
|