[CI] Ignore geninfo errors
This commit is contained in:
parent
b64921a0f5
commit
f4e2b3e5b0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ rm -rf $filename.*
|
|||
lcov --capture --directory build --output-file "${filename}.info"
|
||||
|
||||
# filter out boost and C++ standard library
|
||||
lcov --remove "${filename}.info" "/usr/*/boost/*" "/usr/include/c++/*" --output-file "${filename}.info"
|
||||
lcov --remove "${filename}.info" "/usr/*/boost/*" "/usr/include/c++/*" --ignore-errors mismatch --output-file "${filename}.info"
|
||||
|
||||
# generate HTML
|
||||
genhtml "${filename}.info" --output-directory "${filename}.report"
|
||||
|
|
Loading…
Add table
Reference in a new issue