diff --git a/.travis.yml b/.travis.yml index ef87b9e..7704bff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,6 +72,6 @@ script: after_success: - | if [ "${GHC_COVERAGE}" = "1" ]; then - coveralls --root . --gcov gcov-8 -E ".*CMakeFiles.*" + coveralls --verbose --root .. --gcov-options '\-lp' --gcov gcov-8 fi