Skip to content

refactor SwitchParams to fix the incosistencies in the spawner tests (backport #1638) #83

refactor SwitchParams to fix the incosistencies in the spawner tests (backport #1638)

refactor SwitchParams to fix the incosistencies in the spawner tests (backport #1638) #83

name: Coverage Build - Humble
on:
workflow_dispatch:
push:
branches:
- humble
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '**.py'
- '.github/workflows/humble-coverage-build.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_control.humble.repos'
- 'codecov.yml'
pull_request:
branches:
- humble
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '**.py'
- '.github/workflows/humble-coverage-build.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_control.humble.repos'
- 'codecov.yml'
jobs:
coverage_humble:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-build-coverage.yml@master
secrets: inherit
with:
ros_distro: humble