Travis: coverage should be gathered from the right directory

This commit is contained in:
Alexey Sokolov
2015-08-25 22:47:07 +01:00
parent c1de36a0a5
commit 06e52945b7
+2
View File
@@ -88,9 +88,11 @@ after_success:
fi
- |
if [[ "$BUILD_TYPE" == "cov" ]]; then
cd build/
lcov --directory . --capture --output-file coverage.info
lcov --remove coverage.info '/usr/*' 'test/*' --output-file coverage.info
coveralls-lcov coverage.info
cd ..
fi
notifications:
irc: