From 373cc82f140fb4cb435185cf041af65184a6a0b1 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 28 Mar 2019 16:03:37 +0100 Subject: remove coverage from integration run, upload to codecov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59e3c0acd..c25161d70 100644 --- a/Makefile +++ b/Makefile @@ -190,6 +190,6 @@ test: cd js && $(npm) run test ./vendor/phpunit/phpunit/phpunit -c phpunit.xml --coverage-clover build/php-unit.clover # \Test\TestCase is only allowed to access the db if TRAVIS environment variable is set - env TRAVIS=1 ./vendor/phpunit/phpunit/phpunit -c phpunit.integration.xml --coverage-clover build/php-unit.clover + env TRAVIS=1 ./vendor/phpunit/phpunit/phpunit -c phpunit.integration.xml $(MAKE) phpcs ./bin/tools/generate_authors.php -- cgit v1.2.3