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