Try Codecov. It has better GUI than Coveralls.

For now both are enabled.
This commit is contained in:
Alexey Sokolov
2016-09-23 21:57:00 +01:00
parent ce79be8b0b
commit 2113ea4ac1
2 changed files with 3 additions and 0 deletions

2
.codecov.yml Normal file
View File

@@ -0,0 +1,2 @@
ignore:
- /test/

View File

@@ -97,6 +97,7 @@ after_success:
- export DUMMY_VAR=dummy-value $(cat .to_export_back)
- |
if [[ "$BUILD_TYPE" == "coverage" ]]; then
bash <(curl -s https://codecov.io/bash)
cd build/
ls -l /usr/bin|grep gcov
lcov --directory . --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-4.8 || exit 1