Browse Source

ge ut

pull/649/head
taoxudonghaha 4 years ago
parent
commit
1609476878
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.sh

+ 1
- 1
build.sh View File

@@ -228,7 +228,7 @@ if [[ "X$ENABLE_GE_UT" = "Xon" || "X$ENABLE_GE_COV" = "Xon" ]]; then
cd ${BASEPATH} cd ${BASEPATH}
rm -rf ${BASEPATH}/cov rm -rf ${BASEPATH}/cov
mkdir ${BASEPATH}/cov mkdir ${BASEPATH}/cov
gcovr -r ./ --exclude 'third_party' --exclude 'build' --exclude 'tests' --exclude 'inc' --print-summary --html --html-details -d -o cov/index.html
gcovr -r ./ --exclude 'third_party' --exclude 'build' --exclude 'output' --exclude 'tests' --exclude 'inc' --print-summary --html --html-details -d -o cov/index.html
# fi # fi
fi fi




Loading…
Cancel
Save