Fix coverall args.

This commit is contained in:
Syoyo Fujita
2016-02-11 18:38:41 +09:00
parent bc737b613b
commit 00ba666e7f

View File

@@ -62,5 +62,5 @@ script:
- ninja - ninja
- ./test_loader ../cornell_box.obj - ./test_loader ../cornell_box.obj
- if [ -n "$REPORT_COVERAGE" ]; then - if [ -n "$REPORT_COVERAGE" ]; then
coveralls -b . -r . -e examples -e tools -e jni -e python -e images; coveralls -b . -r . -e examples -e tools -e jni -e python -e images -E ".*CompilerId.*";
fi fi