Fix coverall basedir argument.

This commit is contained in:
Syoyo Fujita
2016-02-16 16:52:00 +09:00
parent ecf1005c72
commit d55863ce50

View File

@@ -51,8 +51,8 @@ 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.*" -E feature_tests.* ; fi
- if [ -n "$REPORT_COVERAGE" ]; then coveralls -b . -r .. -e examples -e tools -e jni
-e python -e images -E ".*CompilerId.*" -E ".*feature_tests.*" ; fi
- cd ..
deploy:
provider: releases