Skip to content

Commit c6ee0d1

Browse files
authored
Update sonar.yaml
1 parent 46a022c commit c6ee0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
docker: $DOCKER_IMAGE
105105
workdir: ${{ env.BASEDIR }}/target_ws
106-
lcov_capture_args: --ignore-errors=gcov,gcov,mismatch,mismatch,negative,negative,source,source
106+
lcov_capture_args: --ignore-errors=gcov,gcov,mismatch,mismatch,negative,negative
107107
ignore: '"*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"'
108108
- name: Install ccache
109109
run: sudo apt install ccache build-essential

0 commit comments

Comments
 (0)