diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 261710df38..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=gcov,gcov,mismatch,mismatch,negative,negative,source,source + 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