Skip to content

Commit

Permalink
Merge branch 'ganagtp/update_fast_float' into gangatp/update_zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Dec 18, 2023
2 parents 0ce9578 + b701488 commit 059794a
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 @@ -7,7 +7,7 @@ lcov --add-tracefile Test_CPP_Bindings_base.info --add-tracefile Test_CPP_Bindin

TARGETDIR=`dirname \`pwd\``

lcov --remove Test_CPP_Bindings.info --ignore-errors inconsistent -o Test_CPP_Bindings_filtered.info "$TARGETDIR/Tests/*" "$TARGETDIR/Source/Libraries/*" "$TARGETDIR/Include/Libraries/*" "/Applications/*" \
lcov --remove Test_CPP_Bindings.info --ignore-errors inconsistent -o Test_CPP_Bindings_filtered.info "$TARGETDIR/Tests/*" "$TARGETDIR/Source/Libraries/*" "$TARGETDIR/Include/Libraries/*" "$TARGETDIR/Libraries/*" "$TARGETDIR/submodules/*" "/Applications/*" \
"$TARGETDIR/Autogenerated/Bindings/C/*" \
"$TARGETDIR/Autogenerated/Bindings/CDynamic/*" \
"$TARGETDIR/Autogenerated/Bindings/CSharp/*" \
Expand Down

0 comments on commit 059794a

Please sign in to comment.