Exclude feature_tests.* from coverall.
This commit is contained in:
@@ -52,7 +52,7 @@ 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.*"; fi
|
-e python -e images -E ".*CompilerId.*" -E feature_tests.* ; fi
|
||||||
- cd ..
|
- cd ..
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
|
|||||||
Reference in New Issue
Block a user