-
Notifications
You must be signed in to change notification settings - Fork 334
46 lines (44 loc) · 1.2 KB
/
jazzy-coverage-build.yml
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
37
38
39
40
41
42
43
44
45
46
name: Coverage Build - Jazzy
on:
workflow_dispatch:
# TODO(anyone) activate when branched for Jazzy
# push:
# branches:
# - master
# paths:
# - '**.hpp'
# - '**.h'
# - '**.cpp'
# - '.github/workflows/jazzy-coverage-build.yml'
# - '**.yaml'
# - '**/package.xml'
# - '**/CMakeLists.txt'
# - 'codecov.yml'
# - '**/package.xml'
# - '**/CMakeLists.txt'
# - 'ros2_controllers.jazzy.repos'
# pull_request:
# branches:
# - master
# paths:
# - '**.hpp'
# - '**.h'
# - '**.cpp'
# - '.github/workflows/jazzy-coverage-build.yml'
# - '**.yaml'
# - '**/package.xml'
# - '**/CMakeLists.txt'
# - 'codecov.yml'
# - '**/package.xml'
# - '**/CMakeLists.txt'
# - 'ros2_controllers.jazzy.repos'
concurrency:
# cancel previous runs of the same workflow, except for pushes on master branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
jobs:
coverage_jazzy:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-build-coverage.yml@master
secrets: inherit
with:
ros_distro: jazzy