From 58e52673daa3bbe6d41f4632f219f52588545466 Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Fri, 26 Jul 2024 14:27:18 +0200 Subject: [PATCH] [ci] Add all target to coverage build. --- scripts/ci/jobs/code-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/jobs/code-coverage.yml b/scripts/ci/jobs/code-coverage.yml index 6e2a3a31d8a..434db95cfa5 100644 --- a/scripts/ci/jobs/code-coverage.yml +++ b/scripts/ci/jobs/code-coverage.yml @@ -4,7 +4,7 @@ code coverage: needs: [meta] variables: CMAKE_PRESET: coverage - TARGETS: "tests ctest" + TARGETS: "all tests ctest" CMAKE_ARGS: >- -DOGS_USE_PIP=ON -DBUILD_SHARED_LIBS=ON