From 91e6b103589899baa2c07dac30c6a5075483cbd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 4 Dec 2013 19:15:35 +0100 Subject: [PATCH] The % covered is strange. Let's try that --- test/prepareSauceTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/prepareSauceTest.sh b/test/prepareSauceTest.sh index 535f016..aaad356 100644 --- a/test/prepareSauceTest.sh +++ b/test/prepareSauceTest.sh @@ -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