From 9befa29707a2e3a196e95caff9d63506d78d83f8 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 4 Jul 2014 08:45:05 -0700 Subject: [PATCH] Don't exclude tests dir from coverage information --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e521664b0..1ea18e95f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ script: - autoreconf -if - ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" --enable-debug || cat config.log - make -j3 all test - - coveralls --exclude vendor --exclude tests --exclude src --exclude build --exclude tools + - coveralls --exclude vendor --exclude src --exclude build --exclude tools notifications: email: - on_success: change