mirror of
https://github.com/ValveSoftware/halflife.git
synced 2025-02-15 08:08:57 +03:00
26 lines
430 B
Plaintext
26 lines
430 B
Plaintext
[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
|