Skip to content

Merge pull request #1 from midemig/rgb_layer #10

Merge pull request #1 from midemig/rgb_layer

Merge pull request #1 from midemig/rgb_layer #10

Workflow file for this run

name: humble
on:
pull_request:
branches:
- humble
push:
branches:
- humble
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
fail-fast: false
steps:
- name: Repo checkout
uses: actions/checkout@v2
- name: Setup ROS 2
uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- name: build and test
uses: ros-tooling/[email protected]
with:
package-name: local_navigation
target-ros2-distro: humble
vcs-repo-file-url: ${GITHUB_WORKSPACE}/dependencies.repos
- 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