From d19ca3640553e10a50aa2e8c89cb13d585a8cae5 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Thu, 9 Feb 2017 12:25:07 +0100 Subject: [PATCH] exclude optparse for test coverage --- ci/coveralls.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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