We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063c8b6 commit 5f7ffe0Copy full SHA for 5f7ffe0
travis.sh
@@ -93,15 +93,15 @@ if [ -n "${XVFBPID:-}" ]; then
93
fi
94
95
if [ -n "${COVERALLS_SERVICE_NAME}" ]; then
96
- lcov --directory build --capture --output-file coverage.info
97
- lcov --remove coverage.info \
+ lcov --rc lcov_branch_coverage=1 --directory build --capture --output-file coverage.info
+ lcov --rc lcov_branch_coverage=1 --remove coverage.info \
98
"${PWD}/3rdparty/*" \
99
"${PWD}/build/*" \
100
"${PWD}/examples/*" \
101
"${PWD}/features/*" \
102
"${PWD}/tests/*" \
103
"/usr/*" \
104
--output-file coverage.info
105
- lcov --list coverage.info
+ lcov --rc lcov_branch_coverage=1 --list coverage.info
106
coveralls-lcov coverage.info
107
0 commit comments