Disable debou output for lcov call in travis config.
parent
7a7f7b851b
commit
9b63015626
|
@ -47,9 +47,9 @@ script:
|
|||
|
||||
after_success:
|
||||
- cd ${TRAVIS_BUILD_DIR}
|
||||
- pwd
|
||||
- ls
|
||||
- cd code/CMakeFiles/;ls assimp.dir
|
||||
#- pwd
|
||||
#- ls
|
||||
#- cd code/CMakeFiles/;ls assimp.dir
|
||||
- lcov --directory . --capture --output-file coverage.info
|
||||
- lcov --remove coverage.info 'contrib/*' '/usr/*' --output-file coverage.info
|
||||
- lcov --list coverage.info
|
||||
|
|
Loading…
Reference in New Issue