From 71da2bc073b78bc6ba994d1a5ee523f9c7b26608 Mon Sep 17 00:00:00 2001 From: Richard Regeer Date: Mon, 9 May 2016 19:52:50 +0200 Subject: [PATCH] Fixed composer script --- README.md | 1 + composer.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aaa5195..9954c2e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ composer install # Usage The script has requires 2 parameters that are mandatory to return the code coverage. + 1. The location of the clover xml file, that's generated by phpunit. 2. The coverage threshold that is acceptable. Min = 1, Max = 100 diff --git a/composer.json b/composer.json index d1ab647..2ecd0a0 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "CI", "Code coverage" ], - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "authors": [ { @@ -19,5 +19,6 @@ ], "require": { "php": ">=5.5.0" - } + }, + "bin": ["bin/", "bin/coverage-check"] } \ No newline at end of file