File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ before_install:
7777 - if [ "$TASK" = "compile" -o "$TASK" = "doxygen" -o "$TASK" = "coverage" -o "$TASK" = "coverity" ]; then ./install-gmock.sh; fi
7878
7979after_success :
80- - if [ "$TASK" = "coverity" ]; then cat /home/travis/build/${TRAVIS_REPO_SLUG}/tests/ cov-int/scm_log.txt; fi
81- - if [ "$TASK" = "coverage" ]; then cd tests && coveralls --gcov /usr/bin/gcov-5 -b . -e include -e harmony -e mocks -e config.h -e system_config -e tests --gcov-options '\-lp' --follow-symlinks > /dev/null; fi
80+ - if [ "$TASK" = "coverity" ]; then cat /home/travis/build/${TRAVIS_REPO_SLUG}/cov-int/scm_log.txt; fi
81+ - if [ "$TASK" = "coverage" ]; then coveralls --gcov /usr/bin/gcov-5 -b . -e tests/ include -e tests/ harmony -e tests/ mocks -e config.h -e tests/ system_config -e tests/ tests --gcov-options '\-lp' --follow-symlinks > /dev/null; fi
8282
8383after_failure :
84- - cat /home/travis/build/${TRAVIS_REPO_SLUG}/tests/ config.log
84+ - cat /home/travis/build/${TRAVIS_REPO_SLUG}/config.log
8585
8686
8787# No notifications for now
You can’t perform that action at this time.
0 commit comments