We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c6236 commit 71da2bcCopy full SHA for 71da2bc
README.md
@@ -11,6 +11,7 @@ composer install
11
12
# Usage
13
The script has requires 2 parameters that are mandatory to return the code coverage.
14
+
15
1. The location of the clover xml file, that's generated by phpunit.
16
2. The coverage threshold that is acceptable. Min = 1, Max = 100
17
composer.json
@@ -9,7 +9,7 @@
9
"CI",
10
"Code coverage"
],
- "version": "0.1.1",
+ "version": "0.1.2",
"license": "MIT",
"authors": [
{
@@ -19,5 +19,6 @@
19
20
"require": {
21
"php": ">=5.5.0"
22
- }
+ },
23
+ "bin": ["bin/", "bin/coverage-check"]
24
}
0 commit comments