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