Work on better CI integration.

This commit is contained in:
Steffen Schuemann 2019-05-19 17:15:19 +02:00
parent f0b75701a8
commit 63cdf7f97a

View File

@ -72,6 +72,6 @@ script:
after_success:
- |
if [ "${GHC_COVERAGE}" = "1" ]; then
coveralls --root . -E ".*CMakeFiles.*"
coveralls --root . --gcov gcov-8 -E ".*CMakeFiles.*"
fi