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 - ninja
- ./test_loader ../cornell_box.obj - ./test_loader ../cornell_box.obj
- if [ -n "$REPORT_COVERAGE" ]; then coveralls -b . -r . -e examples -e tools -e jni - if [ -n "$REPORT_COVERAGE" ]; then coveralls -b . -r .. -e examples -e tools -e jni
-e python -e images -E ".*CompilerId.*" -E feature_tests.* ; fi -e python -e images -E ".*CompilerId.*" -E ".*feature_tests.*" ; fi
- cd .. - cd ..
deploy: deploy:
provider: releases provider: releases