aboutsummaryrefslogtreecommitdiff
path: root/.coveragerc
blob: a345f4684698ef9e388d78e96554e1741cde4d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[run]
branch = True
concurrency =
    multiprocessing
data_file = .coverage/coverage
parallel = True
source =
    meson.py
    mesonbuild/
    mesonconf.py
    mesonintrospect.py
    mesonrewriter.py
    mesontest.py
    run_cross_test.py
    run_project_tests.py
    run_tests.py
    run_unittests.py