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 8ced40d commit 3256398Copy full SHA for 3256398
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -100,7 +100,7 @@ jobs:
100
cd ${{ steps.strings.outputs.build-output-dir }}
101
GCC_VERSION=`gcc --version | head -n1 | awk '{print $3}'`
102
GCC_MAJOR_VERSION=$(echo $GCC_VERSION | cut -d. -f1,1)
103
- lcov --rc geninfo_unexecuted_blocks=1 --ignore-errors mismatch --gcov-tool /usr/bin/gcov-${GCC_MAJOR_VERSION} -d . -c -o picasso.info
+ lcov --rc geninfo_unexecuted_blocks=1 --ignore-errors mismatch,unused --gcov-tool /usr/bin/gcov-${GCC_MAJOR_VERSION} -d . -c -o picasso.info
104
lcov --remove picasso.info -o picasso.info '/usr/*' '*/proj/*' '*/unit_tests/*' '*/third_party/*'
105
106
- name: Upload coverage reports to Codecov
0 commit comments