Skip to content
Snippets Groups Projects
Commit 8e6a72aa authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

last attempt to fix coveralls

parent 14eb6054
No related branches found
No related tags found
No related merge requests found
...@@ -223,5 +223,5 @@ after_success: ...@@ -223,5 +223,5 @@ after_success:
- if test "$MAKEDOC" == yes ; then ./.travis/push doc ; fi - if test "$MAKEDOC" == yes ; then ./.travis/push doc ; fi
- if test "$MAKECOVERAGE" == yes ; then ./.travis/push coverage ; fi - if test "$MAKECOVERAGE" == yes ; then ./.travis/push coverage ; fi
- if test "$MAKECOVERAGE" == yes ; then - 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 fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment