Skip to content

Commit

Permalink
CI: Silent lcov errors (#3115)
Browse files Browse the repository at this point in the history
* Turn lcov errors into warnings

* Revert "Temporarily disable CCOV"

This reverts commit 74738ee.

* Silent more errors
  • Loading branch information
rhaschke authored Nov 19, 2024
1 parent d529029 commit ba2acf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
env:
- IMAGE: rolling-ci
CCOV: false # Disabled: https://github.com/moveit/moveit2/issues/2866
CCOV: true
ROS_DISTRO: rolling
- IMAGE: rolling-ci
ROS_DISTRO: rolling
Expand Down Expand Up @@ -165,6 +165,7 @@ jobs:
with:
docker: $DOCKER_IMAGE
workdir: ${{ env.BASEDIR }}/target_ws
lcov_capture_args: --ignore-errors=gcov,gcov,mismatch,mismatch,negative,negative
ignore: '"*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"'
- name: Upload codecov report
uses: codecov/codecov-action@v5
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
with:
docker: $DOCKER_IMAGE
workdir: ${{ env.BASEDIR }}/target_ws
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 ba2acf9

Please sign in to comment.