Skip to content

Commit

Permalink
[CI] Activate coverage-build for humble (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Jan 22, 2024
1 parent a431948 commit 3b592a6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-coverage-build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Coverage Build
on:
workflow_dispatch:
push:
branches:
- master
- humble
pull_request:
branches:
- master
- humble

jobs:
coverage:
Expand All @@ -14,7 +15,7 @@ jobs:
strategy:
fail-fast: false
env:
ROS_DISTRO: rolling
ROS_DISTRO: humble
steps:
- uses: ros-tooling/[email protected]
with:
Expand Down Expand Up @@ -51,5 +52,5 @@ jobs:
name: codecov-umbrella
- uses: actions/upload-artifact@v4
with:
name: colcon-logs-ubuntu-22.04-coverage-rolling
name: colcon-logs-ubuntu-22.04-coverage-humble
path: ros_ws/log

0 comments on commit 3b592a6

Please sign in to comment.