Exclude feature_tests.* from coverall.

This commit is contained in:
Syoyo Fujita
2016-02-16 16:50:09 +09:00
parent 60ba85e9cd
commit ecf1005c72

View File

@@ -52,7 +52,7 @@ script:
- ninja
- ./test_loader ../cornell_box.obj
- if [ -n "$REPORT_COVERAGE" ]; then coveralls -b . -r . -e examples -e tools -e jni
-e python -e images -E ".*CompilerId.*"; fi
-e python -e images -E ".*CompilerId.*" -E feature_tests.* ; fi
- cd ..
deploy:
provider: releases