Skip to content

Remove qos transient in rclpy #17

Remove qos transient in rclpy

Remove qos transient in rclpy #17

Workflow file for this run

name: rolling
on:
pull_request:
branches:
- rolling
push:
branches:
- rolling
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
fail-fast: false
steps:
- name: Setup ROS 2
uses: ros-tooling/[email protected]
with:
required-ros-distributions: rolling
- name: build and test
uses: ros-tooling/[email protected]
with:
package-name: rclcpp_cascade_lifecycle cascade_lifecycle_msgs
target-ros2-distro: rolling
vcs-repo-file-url: ""
colcon-mixin-name: coverage-gcc
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
- name: Codecov
uses: codecov/[email protected]
with:
file: ros_ws/lcov/total_coverage.info
flags: unittests
name: codecov-umbrella
# yml: ./codecov.yml
fail_ci_if_error: false