Skip to content

Commit

Permalink
Coveralls fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Jan 5, 2015
1 parent f595850 commit ccc984f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-after.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions .travis-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ else
sudo pip install python-coveralls --upgrade
fi

export GCOV_PREFIX='$HOME/gst-switch-coverage'
./autogen.sh
make

0 comments on commit ccc984f

Please sign in to comment.