Skip to content

Commit 3b592a6

Browse files
[CI] Activate coverage-build for humble (#1323)
1 parent a431948 commit 3b592a6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci-coverage-build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Coverage Build
22
on:
33
workflow_dispatch:
4+
push:
45
branches:
5-
- master
6+
- humble
67
pull_request:
78
branches:
8-
- master
9+
- humble
910

1011
jobs:
1112
coverage:
@@ -14,7 +15,7 @@ jobs:
1415
strategy:
1516
fail-fast: false
1617
env:
17-
ROS_DISTRO: rolling
18+
ROS_DISTRO: humble
1819
steps:
1920
- uses: ros-tooling/[email protected]
2021
with:
@@ -51,5 +52,5 @@ jobs:
5152
name: codecov-umbrella
5253
- uses: actions/upload-artifact@v4
5354
with:
54-
name: colcon-logs-ubuntu-22.04-coverage-rolling
55+
name: colcon-logs-ubuntu-22.04-coverage-humble
5556
path: ros_ws/log

0 commit comments

Comments
 (0)