From e4861bf0c6d12016b6f324aacb72d699f9baf4c4 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 28 Feb 2019 19:14:11 +0800 Subject: [PATCH] ignore coverage of artisan commands --- phpunit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml b/phpunit.xml index 7f2a9889..9778c8a5 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -18,6 +18,7 @@ ./app ./app/Services/Cipher + ./app/Console