From a66ef34546f08bbd2ee0cf00f0d278a1f9673877 Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Sat, 15 Dec 2018 20:29:29 +0100 Subject: [PATCH] Do not use clang for coverage When using clang, this will create a race condition between clang/gcc builds. Coveralls will take the first one. As GCC and clang are counting line coverage differently, coveralls regularly fails. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 999c6a9..6a2d89d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,5 +35,3 @@ matrix: after_success: - coveralls - compiler: clang - after_success: - - coveralls --gcov llvm-cov --gcov-options gcov