Skip to content

Commit c480e68

Browse files
committed
Do not run gcov from codecov script.
Because we do it ourselves already.
1 parent d16c6e9 commit c480e68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ after_success:
209209
curl -S -f https://codecov.io/bash -o codecov
210210
chmod +x codecov
211211
gcov-${COMPILER#g++-} -p $(find test/CMakeFiles -name '*.o')
212-
./codecov -Z -c -F unit_tests
212+
./codecov -Z -c -X gcov -F unit_tests
213213
gcov-${COMPILER#g++-} -p $(find test/data-tests -name '*.o')
214-
./codecov -Z -c -F data_tests
214+
./codecov -Z -c -X gcov -F data_tests
215215
gcov-${COMPILER#g++-} -p $(find examples -name '*.o')
216-
./codecov -Z -c -F examples
216+
./codecov -Z -c -X gcov -F examples
217217
fi
218218

0 commit comments

Comments
 (0)