Skip to content

Commit

Permalink
Ignore lcov errors in sonar job also
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Jan 12, 2025
1 parent c25ff98 commit bb12ff7
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 @@ -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
lcov_capture_args: --ignore-errors=gcov,gcov,mismatch,mismatch,negative,negative,source,source
ignore: '"*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"'
- name: Install ccache
run: sudo apt install ccache build-essential
Expand Down

0 comments on commit bb12ff7

Please sign in to comment.