travis: exclude some dirs from code coverage
This commit is contained in:
parent
fb170ed824
commit
e0d191aae6
@ -39,6 +39,12 @@ script:
|
|||||||
make check;
|
make check;
|
||||||
fi
|
fi
|
||||||
- if [ "${TRAVIS_COVERALLS}" = "ON" ]; then
|
- if [ "${TRAVIS_COVERALLS}" = "ON" ]; then
|
||||||
$PYTHONUSERBASE/bin/coveralls --exclude benchmarks --gcov-options '\-lp' --root .. --build-root .;
|
$PYTHONUSERBASE/bin/coveralls \
|
||||||
|
--exclude benchmarks \
|
||||||
|
--exclude build/CMakeFiles \
|
||||||
|
--exclude install \
|
||||||
|
--exclude tests \
|
||||||
|
--gcov-options '\-lp' \
|
||||||
|
--root .. --build-root . ;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user