Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2014-10-11 22:30:38 +0400
committersgiehl <stefan@piwik.org>2014-10-11 22:30:38 +0400
commitc16a6c17c20991f273dbd2749f8d982fc9053315 (patch)
treee2ea705336f12c36fc058b15e1a3fe365a412d9b /tests/travis
parent4f216bc6d0299f1fba60cff6d2b507faa1166399 (diff)
enable code coverage for plugin tests
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/travis.sh b/tests/travis/travis.sh
index a996c46ee9..803661ded2 100755
--- a/tests/travis/travis.sh
+++ b/tests/travis/travis.sh
@@ -61,7 +61,7 @@ then
else
if [ -n "$PLUGIN_NAME" ]
then
- travis_wait phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME
+ travis_wait phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME --coverage-clover $TRAVIS_BUILD_DIR/build/logs/clover-$PLUGIN_NAME.xml
else
travis_wait phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors
fi