enable codecov

This commit is contained in:
Philipp Holzer 2019-09-23 15:36:16 +02:00
commit c65d574ac3
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
4 changed files with 16 additions and 4 deletions

View file

@ -131,7 +131,7 @@ function execute_tests {
COVER=''
if [ -z "$NOCOVERAGE" ]; then
COVER="--coverage-clover autotest-clover.xml --coverage-html coverage-html"
COVER="--coverage-clover=tests/autotest-clover.xml --coverage-html=tests/coverage-html"
else
echo "No coverage"
fi