Skip to content

ci: Run coverage target after test target to force ordering

Philip Withnall requested to merge coverage-parallelism into master

The coverage target is perfectly happy to be run before the test target (which ninja may do if they’re both passed on the same command line), but this results in coverage of 0%.

Fix that by explicitly ordering the coverage run after the test run.

Signed-off-by: Philip Withnall withnall@endlessm.com

Merge request reports