From 59e6bf53216b861ab887f242accc9997749182be Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sun, 10 May 2020 07:42:57 -0400 Subject: [PATCH] Fix coverage job Signed-off-by: Christophe Bedard --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e58c41..d307b45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ coverage: stage: report image: $BASE_IMAGE_ID:$DISTRO script: - - colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST --mixin coverage-gcc coverage-pytest --cmake-args -DBUILD_TESTING=ON --no-warn-unused-cli -DCMAKE_BUILD_TYPE=Debug + - colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST --mixin coverage-gcc coverage-pytest --cmake-args -DBUILD_TESTING=ON --no-warn-unused-cli - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST --mixin coverage-pytest - colcon test-result --all - colcon lcov-result --packages-select tracetools tracetools_test --verbose