coverage: exclude some folders

This commit is contained in:
Steffen Jaeckel 2014-05-07 17:36:50 +02:00
parent a59e5548ec
commit 3dcf2df988

View File

@ -17,7 +17,7 @@ else
exit 1
fi
cpp-coveralls
cpp-coveralls -e 'demos/' -e 'testprof/' -e 'notes/' -e 'src/headers/'
exit 0