We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd4695 commit 58724faCopy full SHA for 58724fa
scripts/ci_build_and_test_in_container.sh
@@ -64,6 +64,7 @@ fi
64
65
if [[ "$*" == *--code-coverage* ]]; then
66
ENABLE_COVERAGE=ON
67
+ export LCOV_GCOV=/usr/bin/gcov-13
68
else
69
ENABLE_COVERAGE=OFF
70
fi
@@ -103,7 +104,7 @@ fi
103
104
105
106
or_die make -j ${NPROC} VERBOSE=1
- or_die make hpcReact_coverage
107
+ LCOV_GCOV=/usr/bin/gcov-13 GENINFO_IGNORE_ERRORS=mismatch or_die make hpcReact_coverage
108
cp -r ${HPCREACT_BUILD_DIR}/hpcReact_coverage.info.cleaned /tmp/hpcReact/hpcReact_coverage.info.cleaned
109
110
0 commit comments