Skip to content

Commit f56b38f

Browse files
author
Arnd R. Strube
committed
Add -l to gcov options, so inline functions will be analyzed correctly.
1 parent 7a7a43e commit f56b38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis_ci_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [ "x$BUILD" = "xcmake-coverage" ]; then
6767
make
6868
ctest
6969

70-
coveralls -b . -r .. -i "src" -i "include" --gcov-options="-bc" || true
70+
coveralls -b . -r .. -i "src" -i "include" --gcov-options="-lbc" || true
7171
fi
7272

7373
if [ "x$BUILD" = "xmake-dos" ]; then

0 commit comments

Comments
 (0)