From 2113ea4ac1bc81035c3662c67c8857adf22ef947 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 23 Sep 2016 21:57:00 +0100 Subject: [PATCH] Try Codecov. It has better GUI than Coveralls. For now both are enabled. --- .codecov.yml | 2 ++ .travis.yml | 1 + 2 files changed, 3 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..f9cce4be --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,2 @@ +ignore: + - /test/ diff --git a/.travis.yml b/.travis.yml index 3fa39faf..12ccc39e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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