Skip to content

Commit

Permalink
[CI] Activate coverage-build for iron (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Jan 22, 2024
1 parent a7be91f commit 5d51c33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-coverage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
workflow_dispatch:
push:
branches:
- master
- iron
pull_request:
branches:
- master
- iron

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

0 comments on commit 5d51c33

Please sign in to comment.