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

Revert "last attempt to fix coveralls"

This reverts commit 8e6a72aa.
parent 8e6a72aa
No related branches found
No related tags found
No related merge requests found
......@@ -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 --build-root src --gcov-options '\-lp' -E "src/..*/..*/..*h" --exclude src/lapack --exclude src/blas --exclude src/molfile --exclude src/lepton ;
coveralls -r src --gcov-options '\-lp' -E ".*/.*/.*/.*.h" --exclude lapack --exclude blas --exclude molfile --exclude lepton ;
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