We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents babdb4b + e20063c commit 8505bbfCopy full SHA for 8505bbf
.travis.yml
@@ -106,7 +106,7 @@ script:
106
# Calculate coverage
107
after_success:
108
if [ "${CMAKE_BUILD_TYPE}" = "coverage" ]; then
109
- coveralls -r .. -b . --verbose --exclude ${TRAVIS_BUILD_DIR}/deps --gcov=`which ${GCOV}` --gcov-options '\-lp';
+ coveralls -r .. -b . --verbose --exclude ${TRAVIS_BUILD_DIR}/deps --gcov=`which ${GCOV}` --gcov-options '\-lpbc';
110
fi
111
112
# after_failure:
0 commit comments