|
@@ -217,7 +217,7 @@ else
|
|
echo -e "\r\n== -> Current repo: ${TRAVIS_REPO_SLUG} =="
|
|
echo -e "\r\n== -> Current repo: ${TRAVIS_REPO_SLUG} =="
|
|
if [ "$CC" = "gcc" ] && [ "${TRAVIS_REPO_SLUG}" = "open62541/open62541" ]; then
|
|
if [ "$CC" = "gcc" ] && [ "${TRAVIS_REPO_SLUG}" = "open62541/open62541" ]; then
|
|
echo -en "\r\n== Building coveralls for ${TRAVIS_REPO_SLUG} ==" && echo -en 'travis_fold:start:script.build.coveralls\\r'
|
|
echo -en "\r\n== Building coveralls for ${TRAVIS_REPO_SLUG} ==" && echo -en 'travis_fold:start:script.build.coveralls\\r'
|
|
- coveralls -E '.*\.h' -E '.*CMakeCXXCompilerId\.cpp' -E '.*CMakeCCompilerId\.c' -r ../ || true # ignore result since coveralls is unreachable from time to time
|
|
|
|
|
|
+ coveralls -E '.*/build/CMakeFiles/.*' -E '.*/examples/.*' -E '.*/tests/.*' -E '.*\.h' -E '.*CMakeCXXCompilerId\.cpp' -E '.*CMakeCCompilerId\.c' -r ../ || true # ignore result since coveralls is unreachable from time to time
|
|
echo -en 'travis_fold:end:script.build.coveralls\\r'
|
|
echo -en 'travis_fold:end:script.build.coveralls\\r'
|
|
fi
|
|
fi
|
|
cd .. && rm build -rf
|
|
cd .. && rm build -rf
|