From 18e4775c1cc0a9158fe5f930ab3b40cae436577a Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 16 May 2019 13:38:04 +0000 Subject: [PATCH] add line to remind to install xdebug for coverage --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ef9427..609625a 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ Your project's `composer.json` needs to specify a bin folder. If it's not alread ... ``` +You will also need xdebug installed to get coverage. + ## Running To run the full pipline, simply execute in your BASH terminal: