mirror of
https://github.com/znc/znc.git
synced 2026-08-06 00:43:19 +02:00
Travis: coverage should be gathered from the right directory
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user