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 3256398 commit c100ee9Copy full SHA for c100ee9
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -101,7 +101,7 @@ jobs:
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,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/*'
+ lcov --ignore-errors unused --remove picasso.info -o picasso.info '/usr/*' '*/proj/*' '*/unit_tests/*' '*/third_party/*'
105
106
- name: Upload coverage reports to Codecov
107
if: ${{matrix.os == 'ubuntu-latest' && matrix.c_compiler == 'gcc' && matrix.build_type == 'Debug'}}
0 commit comments