Skip to content

Commit

Permalink
Travis coverage paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Jan 5, 2015
1 parent 7a1997f commit 67bbbae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 )
find ~ -name *.gcda
COVERALL_ARGS="-n -r $TRAVIS_BUILD_DIR/gst-switch/gst-switch-coverage"
COVERALL_ARGS="-n -r $TRAVIS_BUILD_DIR/gst-switch-coverage"
;;
esac

Expand Down
2 changes: 1 addition & 1 deletion .travis-run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash -ex

export GCOV_PREFIX=$TRAVIS_BUILD_DIR/gst-switch/gst-switch-coverage
export GCOV_PREFIX=$TRAVIS_BUILD_DIR/gst-switch-coverage
case $TEST in
python-api )
cd python-api
Expand Down
2 changes: 1 addition & 1 deletion .travis-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ else
sudo pip install python-coveralls --upgrade
fi

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

0 comments on commit 67bbbae

Please sign in to comment.