Skip to content

Commit

Permalink
Silent more errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Nov 18, 2024
1 parent ff8ac18 commit 7410d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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
Expand Down

0 comments on commit 7410d1d

Please sign in to comment.