Add --union flag to "hpc sum" for correct coverage

This commit is contained in:
Harendra Kumar 2021-11-24 23:14:33 +05:30
parent e4c5cb9631
commit 8a53a3fdaf

View File

@ -239,7 +239,9 @@ then
fi
done
hpc sum --output=$ALLTIX $TIXFILES
#echo "Combining tix files:"
#echo $TIXFILES | tr ' ' '\n'
hpc sum --union --output=$ALLTIX $TIXFILES
run_verbose hpc markup $ALLTIX --hpcdir $MIX_DIR
run_verbose hpc report $ALLTIX $HPC_REPORT_OPTIONS --hpcdir $MIX_DIR
fi