From 7aff00999a44b05530d63df8647e350d8f343384 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 13 May 2014 00:54:01 +0200 Subject: add code coverage to php travis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index afe8ae32a..9ce89b19d 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ dist: clean test: javascript-tests unit-tests integration-tests acceptance-tests unit-tests: - phpunit tests/unit + phpunit --coverage-clover=coverage.clover tests/unit integration-tests: -- cgit v1.2.3