IAP GITLAB

Skip to content
Snippets Groups Projects
Commit bbabc66c authored by Hans Dembinski's avatar Hans Dembinski Committed by ralfulrich
Browse files

fix

parent d433e5f1
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ LCOV_VERSION="1.13" ...@@ -8,7 +8,7 @@ LCOV_VERSION="1.13"
LCOV_DIR="lcov-${LCOV_VERSION}" LCOV_DIR="lcov-${LCOV_VERSION}"
if [ ! -e $LCOV_DIR ]; then if [ ! -e $LCOV_DIR ]; then
wget -O - https://github.com/linux-test-project/lcov/releases/download/v${LCOV_VERSION}/lcov-${LCOV_VERSION}.tar.gz | tar zxf - curl -L https://github.com/linux-test-project/lcov/releases/download/v${LCOV_VERSION}/lcov-${LCOV_VERSION}.tar.gz | tar zxf -
fi fi
# LCOV="$LCOV_EXE --gcov-tool=${GCOV} --rc lcov_branch_coverage=1" # LCOV="$LCOV_EXE --gcov-tool=${GCOV} --rc lcov_branch_coverage=1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment