Skip to content

Fix -Wunused-result of rcutils_logging (#506) (#508) #160

Fix -Wunused-result of rcutils_logging (#506) (#508)

Fix -Wunused-result of rcutils_logging (#506) (#508) #160

name: Jazzy - Coverage Build
on:
workflow_dispatch:
pull_request: &event
branches:
- jazzy
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '**.py'
- '**.yaml'
- '.github/workflows/jazzy-build-coverage.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- '**.xml'
push: *event
concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
jobs:
coverage:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-build-coverage.yml@master
secrets: inherit
with:
ros_distro: jazzy