ci: Fix Coverage once and for all

Apparently, the coverage-html target can't be directly compiled via
meson, but ninja has to be used directly.

So, revert the change from commit 7f541b42 for the coverage job.
This commit is contained in:
Matthijs Velsink 2024-05-30 22:47:59 +02:00
parent 67d94ac78b
commit 9032a3a86c

View file

@ -240,7 +240,7 @@ coverage:
- *build_procedure
- *run_tests
- meson compile -C _build coverage-html
- ninja -C _build coverage-html
# Parse the report to get the coverage result
- |