From b4b0a013991c385c42f5c763e140d68fcf4a57ac Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Mon, 18 Nov 2024 18:38:06 +0100 Subject: [PATCH] Silent more errors --- .github/workflows/sonar.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 109ddf946a..777ed2c33e 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -103,7 +103,7 @@ jobs: with: docker: $DOCKER_IMAGE workdir: ${{ env.BASEDIR }}/target_ws - lcov_capture_args: --ignore-errors=mismatch + lcov_capture_args: --ignore-errors=gcov,gcov,mismatch,mismatch,negative,negative ignore: '"*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"' - name: Install ccache run: sudo apt install ccache build-essential