The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
430 B
25 lines
430 B
[run] |
|
branch = True |
|
parallel = True |
|
concurrency = multiprocessing |
|
data_file = @ROOT@/.coverage/coverage |
|
source = @ROOT@/mesonbuild/ |
|
|
|
[report] |
|
exclude_lines = |
|
if T.TYPE_CHECKING: |
|
|
|
[paths] |
|
mesonbuild = |
|
mesonbuild/ |
|
__w/meson/meson/mesonbuild/ |
|
@ROOT@/mesonbuild/ |
|
|
|
[html] |
|
directory = @ROOT@/.coverage/html |
|
|
|
[xml] |
|
output = @ROOT@/.coverage/coverage.xml |
|
|
|
[json] |
|
output = @ROOT@/.coverage/coverage.json
|
|
|