summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc12
1 files changed, 10 insertions, 2 deletions
diff --git a/.coveragerc b/.coveragerc
index 8e1dd1312..b33588362 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,6 +1,14 @@
[run]
-omit = buildstream/_profile.py
-branch = True
+concurrency = multiprocessing
+source = buildstream
+omit =
+ # Omit profiling helper module
+ buildstream/_profile.py
+
+ # Omit stuff from the system which might accidentally creep in
+ /usr/*
+ /home/*
+ /root/*
[report]
show_missing = True