diff --git a/.travis-after.sh b/.travis-after.sh index 57b29fc..a18fe0c 100755 --- a/.travis-after.sh +++ b/.travis-after.sh @@ -12,7 +12,7 @@ if [[ $TYPE != "style" ]]; then ;; server ) ls -ltr tools/ - COVERALL_ARGS="-n -r tools" + COVERALL_ARGS="-n -r $HOME/gst-switch-coverage" ;; esac diff --git a/.travis-setup.sh b/.travis-setup.sh index d5d1140..563281a 100644 --- a/.travis-setup.sh +++ b/.travis-setup.sh @@ -28,5 +28,6 @@ else sudo pip install python-coveralls --upgrade fi +export GCOV_PREFIX='$HOME/gst-switch-coverage' ./autogen.sh make \ No newline at end of file