Skip to content

Commit

Permalink
working on coveralls.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Sep 29, 2013
1 parent d41ad7a commit 6de9d9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/coveralls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ declare -r gcov_dir="${OBJECT_FILE_DIR_normal}/${CURRENT_ARCH}/"
generateGcov()
{
# doesn't set output dir to gcov...
#cd "${gcov_dir}"
cd "${gcov_dir}"
echo "---- dir: ${gcov_dir}"

find "${OBJROOT}" -name "*.gcda" -exec gcov-4.2 {} -o "${gcov_dir}" \;

#cd -
cd -
}

copyGcovToProjectDir()
Expand All @@ -30,8 +30,8 @@ main()
{
# generate + copy
generateGcov
#coveralls -t ej4JgHAYsL05jJxzWGNKIikXXqteOGZC4 ${@+"$@"}
coveralls ${@+"$@"}
coveralls -t ej4JgHAYsL05jJxzWGNKIikXXqteOGZC4 ${@+"$@"}
#coveralls ${@+"$@"}
}

main ${@+"$@"}

0 comments on commit 6de9d9c

Please sign in to comment.