The % covered is strange. Let's try that

This commit is contained in:
Sébastien Lucas 2013-12-04 19:15:35 +01:00
parent a288475fde
commit 91e6b10358

View file

@ -26,7 +26,7 @@ php composer.phar install
mkdir -p build/logs
cp -v clover.xml build/logs/clover.xml
echo "src_dir: ." > .coveralls.yml
php vendor/bin/coveralls -v
php vendor/bin/coveralls -v --exclude-no-stmt
# Handle Sauce
curl https://gist.github.com/seblucas/7692094/raw/e2a090e6ea639a0d700e6d02cee048fa2f6c8617/sauce_connect_setup.sh | bash