coverage: Fix meson deprecated function arg

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad 2026-03-17 15:11:40 +02:00 committed by Pekka Paalanen
parent f33bc11e74
commit 01078b890a

View file

@ -24,6 +24,6 @@ run_target(
'--html-theme', 'github.green',
'--html-title', 'Weston test suite coverage',
'--print-summary',
meson.build_root(),
meson.project_build_root(),
],
)