Fix coverage job
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
b96f6dfa4f
commit
59e6bf5321
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue