Skip to content

Commit

Permalink
CI: drop Galactic, add Iron
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Haschke <rhaschke@users.noreply.github.com>
  • Loading branch information
mosfet80 and rhaschke committed May 15, 2024
1 parent c02d1d2 commit cc304b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
matrix:
env:
- {
ROS_DISTRO: galactic, ROS_REPO: main, CCOV_UPLOAD: true,
ROS_DISTRO: iron, ROS_REPO: main, CCOV_UPLOAD: true,
CLANG_TIDY: pedantic,
CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS='--coverage' -DCMAKE_CXX_FLAGS='--coverage'",
AFTER_RUN_TARGET_TEST: './.ci.prepare_codecov',
ADDITIONAL_DEBS: 'lcov'
}
- {ROS_DISTRO: galactic, ROS_REPO: main, CCOV_UPLOAD: false}
- {ROS_DISTRO: galactic, ROS_REPO: testing, CCOV_UPLOAD: false}
- {ROS_DISTRO: iron, ROS_REPO: main, CCOV_UPLOAD: false}
- {ROS_DISTRO: iron, ROS_REPO: testing, CCOV_UPLOAD: false}
- {ROS_DISTRO: humble, ROS_REPO: main, CCOV_UPLOAD: false}
- {ROS_DISTRO: humble, ROS_REPO: testing, CCOV_UPLOAD: false}
- {ROS_DISTRO: rolling, ROS_REPO: main, CCOV_UPLOAD: false}
Expand All @@ -50,7 +50,7 @@ jobs:
with:
name: test-results
path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: ${{ matrix.env.CCOV_UPLOAD }}
with:
files: ${{ env.BASEDIR }}/coverage.info

0 comments on commit cc304b1

Please sign in to comment.