Skip to content

Commit d9efdb7

Browse files
committed
Fix coveralls, fix some others tests folder moves
1 parent 5333d2e commit d9efdb7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

7979
after_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

8383
after_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

0 commit comments

Comments
 (0)