From b06e48e08dbdc6dca8db675c5f9853a25f4cb957 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 16 Jul 2020 09:01:12 -0400 Subject: [PATCH] Use --verbose option with colcon test-result Backport of 5b5eb99b426733dce969d1b674378cad70e3e960 from !191 Signed-off-by: Christophe Bedard --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5db00a..2a31328 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ tracing_enabled: - . install/setup.sh - ./build/tracetools/status - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST - - colcon test-result --all + - colcon test-result --all --verbose <<: *global_artifacts tracing_disabled: @@ -42,7 +42,7 @@ tracing_disabled: - colcon build --symlink-install --event-handlers console_cohesion+ --cmake-args " -DTRACETOOLS_DISABLED=ON" --packages-up-to $PACKAGES_LIST - (! ./build/tracetools/status) - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST - - colcon test-result --all + - colcon test-result --all --verbose <<: *global_artifacts no_lttng: @@ -54,7 +54,7 @@ no_lttng: - (! ./build/tracetools/status) - (! ros2 trace) - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST - - colcon test-result --all + - colcon test-result --all --verbose <<: *global_artifacts coverage: @@ -65,7 +65,7 @@ coverage: - 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 lcov-result --initial - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST --mixin coverage-pytest - - colcon test-result --all + - colcon test-result --all --verbose - colcon lcov-result --packages-select tracetools tracetools_test --filter **/tracetools_test/test/* --verbose - colcon coveragepy-result --packages-select $PACKAGES_LIST --verbose --coverage-report-args -m - codecov -X gcovout --file lcov/total_coverage.info coveragepy/.coverage