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 c2640c0 commit 869aead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/codecoverage/run_codecoverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lcov --capture --initial --directory --ignore-errors gcov,inconsistent . --outpu

./Test_CPP_Bindings

lcov --directory . --capture --ignore-errors gcov,inconsistent --output-file Test_CPP_Bindings_run.info
lcov --directory . --capture --ignore-errors --output-file Test_CPP_Bindings_run.info
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 869aead

Please sign in to comment.