-
Notifications
You must be signed in to change notification settings - Fork 40
36 lines (34 loc) · 943 Bytes
/
Copy pathrolling.yaml
File metadata and controls
36 lines (34 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: rolling
on:
pull_request:
branches:
- rolling
push:
branches:
- rolling
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/setup-ros@0.7.1
with:
required-ros-distributions: humble
- name: build and test
uses: ros-tooling/action-ros-ci@0.3.5
with:
package-name: mocap4r2_optitrack_driver
target-ros2-distro: humble
vcs-repo-file-url: https://raw.githubusercontent.com/MOCAP4ROS2-Project/mocap4ros2_optitrack/rolling/dependency_repos.repos
- name: Codecov
uses: codecov/codecov-action@v1.1.0
with:
file: ros_ws/lcov/total_coverage.info
flags: unittests
name: codecov-umbrella
# yml: ./codecov.yml
fail_ci_if_error: false