Skip to content

Commit bab7b04

Browse files
committed
CI: Fix ccov and asan builds
1 parent 2b13e0e commit bab7b04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
env:
22-
# - IMAGE: rolling-source
23-
# NAME: ccov
24-
# TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage"
2522
- IMAGE: rolling-source
23+
NAME: ccov
24+
TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage"
2625
- IMAGE: rolling-source
2726
CLANG_TIDY: pedantic
28-
- IMAGE: jazzy-source
27+
- IMAGE: rolling-source
2928
NAME: asan
3029
# Add fast_unwind_on_malloc=0 to fix stacktraces being too short or do not make sense
3130
# see https://github.com/google/sanitizers/wiki/AddressSanitizer
@@ -104,6 +103,7 @@ jobs:
104103
with:
105104
docker: $DOCKER_IMAGE
106105
workdir: ${{ env.BASEDIR }}/target_ws
106+
lcov_capture_args: --ignore-errors=source,gcov,mismatch,negative
107107
ignore: '"*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"'
108108
- name: Upload codecov report
109109
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)