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.
26 lines
430 B
26 lines
430 B
3 years ago
|
[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
|