diff options
| -rwxr-xr-x | .travis/report-coverage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/report-coverage.sh b/.travis/report-coverage.sh index 8a5bb38..6c83719 100755 --- a/.travis/report-coverage.sh +++ b/.travis/report-coverage.sh @@ -9,8 +9,8 @@ while read FILENAME; do LCOV_INPUT_FILES="$LCOV_INPUT_FILES -a \"$FILENAME\"" done < <( find Coverage -name *.clean ) -sed -i'' -e "s_$(cd .. && pwd)/__g" Coverage/coverage.info lcov "${LCOV_INPUT_FILES}" -o Coverage/coverage.info +sed -i'' -e "s_$(cd .. && pwd)/__g" Coverage/coverage.info cd .. coveralls-lcov --repo-token ${COVERALLS_API_TOKEN} build/Coverage/coverage.info |
