Merge branch '92-fix-coverage-job' into 'master'
Fix coverage job Closes #92 See merge request micro-ROS/ros_tracing/ros2_tracing!172
This commit is contained in:
commit
c3a99712f9
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ coverage:
|
||||||
stage: report
|
stage: report
|
||||||
image: $BASE_IMAGE_ID:$DISTRO
|
image: $BASE_IMAGE_ID:$DISTRO
|
||||||
script:
|
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 --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST --mixin coverage-pytest
|
||||||
- colcon test-result --all
|
- colcon test-result --all
|
||||||
- colcon lcov-result --packages-select tracetools tracetools_test --verbose
|
- colcon lcov-result --packages-select tracetools tracetools_test --verbose
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue