From a7551e7367380d2081c82fc1e58f26cefea2698a Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Tue, 28 Jul 2015 10:42:49 -0700 Subject: [PATCH] Adding coverage output for code climate --- .gitignore | 1 + phpunit.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 18c3658..42484cd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ composer.lock .DS_Store node_modules +build diff --git a/phpunit.xml b/phpunit.xml index 7aac86f..c98bd40 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -23,4 +23,10 @@ + + + + + + \ No newline at end of file