From ae6e55e607fa7dea7b1683cb2ceb69823366e1e2 Mon Sep 17 00:00:00 2001 From: sea-bass Date: Fri, 29 Nov 2024 12:42:01 -0500 Subject: [PATCH] Fixes --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f0d577ff13..70f79acfdb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,6 +29,8 @@ jobs: git clone --depth 1 --quiet --branch 1.11.9000 https://github.com/ament/googletest "${BASEDIR}/upstream_ws/src/googletest" builder_run_build "/opt/ros/${ROS_DISTRO}" "${BASEDIR}/upstream_ws" --packages-select gtest_vendor gmock_vendor env: + # TODO(andyz): When this clang-tidy issue is fixed, remove -Wno-unknown-warning-option + # https://stackoverflow.com/a/41673702 CXXFLAGS: >- -Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls -Wno-unknown-warning-option -Wno-cpp CLANG_TIDY_ARGS: --fix --fix-errors --format-style=file @@ -161,6 +163,7 @@ jobs: with: docker: $DOCKER_IMAGE workdir: ${{ env.BASEDIR }}/target_ws + lcov_capture_args: --ignore-errors=gcov,gcov,mismatch,mismatch,negative,negative ignore: '"*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"' - name: Upload codecov report uses: codecov/codecov-action@v5