File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments