Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit f6dbc77

Browse files
committed
Disable coveralls
1 parent 2417ac8 commit f6dbc77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/travis/cpp-coverage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ make CC=$CC CXX=$CXX;
1919
find . \( -name '*.gcno' -or -name '*.gcda' \) -exec mv {} .. \;
2020
cd -;
2121

22-
# Submit the traces to coveralls
23-
coveralls --exclude tests -E '.*gtest.*' --gcov-options '\-lp';
22+
# # Submit the traces to coveralls
23+
# coveralls --exclude tests -E '.*gtest.*' --gcov-options '\-lp';

0 commit comments

Comments
 (0)