From 8e6a72aa4064768e84ceacc897e1352278d50bad Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Thu, 5 Apr 2018 18:19:42 +0200
Subject: [PATCH] last attempt to fix coveralls

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 59cd4e6ab..bba00d06c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -223,5 +223,5 @@ after_success:
   - if test "$MAKEDOC" == yes ; then ./.travis/push doc ; fi 
   - if test "$MAKECOVERAGE" == yes ; then ./.travis/push coverage ; fi 
   - if test "$MAKECOVERAGE" == yes ; then
-      coveralls -r src --gcov-options '\-lp' -E ".*/.*/.*/.*.h" --exclude lapack --exclude blas --exclude molfile --exclude lepton ; 
+      coveralls --build-root src --gcov-options '\-lp' -E "src/..*/..*/..*h" --exclude src/lapack --exclude src/blas --exclude src/molfile --exclude src/lepton ; 
     fi
-- 
GitLab