Exclude test directory from code coverage

Tests always run almost 100%, and there is no need to test our test
suite.
This commit is contained in:
Nikos Tsipinakis 2018-03-09 18:28:46 +02:00
parent 764761132f
commit 8714a66a5b

View File

@ -31,7 +31,7 @@ matrix:
include: include:
- compiler: gcc - compiler: gcc
after_success: after_success:
- coveralls - coveralls --exclude 'test'
- compiler: clang - compiler: clang
after_success: after_success:
- coveralls --gcov llvm-cov --gcov-options gcov - coveralls --exclude 'test' --gcov llvm-cov --gcov-options gcov