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 6d1ddf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis-after.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if [[ $TYPE != "style" ]]; then
cd python-api
;;
server )
ls -ltr tools/
COVERALL_ARGS="-n -r tools"
find ~ -name *.gcda
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 6d1ddf7

Please sign in to comment.