Skip to content

Commit

Permalink
using locv ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Dec 13, 2023
1 parent 0931ee1 commit dab3459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/codecoverage/run_codecoverage.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cd build
lcov --capture --initial --directory --ignore-errors . --output-file Test_CPP_Bindings_base.info
lcov --capture --initial --directory . --ignore-erros source --output-file Test_CPP_Bindings_base.info --no-external

./Test_CPP_Bindings

lcov --directory . --capture --ignore-errors --output-file Test_CPP_Bindings_run.info
lcov --directory . --capture --ignore-errors source --output-file Test_CPP_Bindings_run.info --no-external
lcov --add-tracefile Test_CPP_Bindings_base.info --add-tracefile Test_CPP_Bindings_run.info --output-file Test_CPP_Bindings.info

TARGETDIR=`dirname \`pwd\``
Expand Down

0 comments on commit dab3459

Please sign in to comment.