From 9db61b6d459961e314125ab9473eace988fa4c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Mon, 22 Jan 2024 13:26:35 +0100 Subject: [PATCH 1/2] Update ci-coverage-build.yml --- .github/workflows/ci-coverage-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-coverage-build.yml b/.github/workflows/ci-coverage-build.yml index c184009187..f196305436 100644 --- a/.github/workflows/ci-coverage-build.yml +++ b/.github/workflows/ci-coverage-build.yml @@ -1,11 +1,12 @@ name: Coverage Build on: workflow_dispatch: + push: branches: - - master + - humble pull_request: branches: - - master + - humble jobs: coverage: From 12001995ea05262959874d0ba5e0f0616389bf67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Mon, 22 Jan 2024 13:33:53 +0100 Subject: [PATCH 2/2] Use correct distro for coverage build --- .github/workflows/ci-coverage-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-coverage-build.yml b/.github/workflows/ci-coverage-build.yml index f196305436..6f6dd69391 100644 --- a/.github/workflows/ci-coverage-build.yml +++ b/.github/workflows/ci-coverage-build.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false env: - ROS_DISTRO: rolling + ROS_DISTRO: humble steps: - uses: ros-tooling/setup-ros@v0.7 with: @@ -52,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