Skip to content

Commit

Permalink
try to clean up coverage and fix coveralls->github link
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown authored and Unknown committed Apr 20, 2017
1 parent 40ba101 commit c45d1e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ after_success:
- |
if [[ "${COVERAGE}" == "ON" ]]; then
lcov --directory source/CMakeFiles/xlnt.dir --capture --output-file coverage.info --base-directory ../source --no-external --gcov-tool /usr/bin/gcov-6
lcov --remove coverage.info source/detail/miniz.cpp
i=$(dirname $(pwd))
sed -i "s|$i/||" coverage.info
coveralls-lcov coverage.info
fi

0 comments on commit c45d1e6

Please sign in to comment.