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:
parent
67d94ac78b
commit
9032a3a86c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
- |
|
||||
|
|
Loading…
Add table
Reference in a new issue