From: David Schweikert Date: Thu, 9 Feb 2017 11:25:07 +0000 (+0100) Subject: exclude optparse for test coverage X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d19ca3640553e10a50aa2e8c89cb13d585a8cae5;p=fping.git exclude optparse for test coverage --- diff --git a/ci/coveralls.sh b/ci/coveralls.sh index a6c5f05..0d0387b 100755 --- a/ci/coveralls.sh +++ b/ci/coveralls.sh @@ -10,4 +10,4 @@ ls -l gcov *.o cd .. -coveralls --exclude ci --no-gcov +coveralls --exclude ci --exclude src/optparse.c -no-gcov