From 41520160f9df7ca518b7714930c3b8b9eb8cc18c Mon Sep 17 00:00:00 2001 From: QC Date: Fri, 29 Aug 2014 15:27:13 +0200 Subject: [PATCH] Only report coverage c files. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b944b4a7..a1bf9d27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ before_install: script: - autoreconf -i && ./configure --enable-gcov && make && make -C test/ test && ./test/run_errormsg_test.sh after_success: - - coveralls --exclude lib --gcov-options '\-lp' + - coveralls -x c --exclude lib --gcov-options '\-lp'