diff --git a/.travis.yml b/.travis.yml index e1acb04..8dec98d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,5 @@ script: before_install: - pip install --user codecov after_success: - - codecov + - find -type f -name '*.gcno' + - codecov --gcov-root src