summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: b33588362aee98d0a6a8235244b6d25e9ac4f9b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
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