From 85abe926cf396ee407b575867d5b452aa691c0d5 Mon Sep 17 00:00:00 2001 From: Niels Date: Tue, 30 Dec 2014 12:02:38 +0100 Subject: [PATCH] fixed coveralls call to ignore benchmarks folder --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ca11543a..5f97b16c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ after_success: - make clean - make json_unit CXXFLAGS="-fprofile-arcs -ftest-coverage" - ./json_unit - - coveralls --exclude lib --exclude test --gcov-options '\-lp' --gcov 'gcov-4.8' + - coveralls --exclude benchmark --exclude test --gcov-options '\-lp' --gcov 'gcov-4.8'