Skip to content

Commit 71da2bc

Browse files
committed
Fixed composer script
1 parent 49c6236 commit 71da2bc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ composer install
1111

1212
# Usage
1313
The script has requires 2 parameters that are mandatory to return the code coverage.
14+
1415
1. The location of the clover xml file, that's generated by phpunit.
1516
2. The coverage threshold that is acceptable. Min = 1, Max = 100
1617

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"CI",
1010
"Code coverage"
1111
],
12-
"version": "0.1.1",
12+
"version": "0.1.2",
1313
"license": "MIT",
1414
"authors": [
1515
{
@@ -19,5 +19,6 @@
1919
],
2020
"require": {
2121
"php": ">=5.5.0"
22-
}
22+
},
23+
"bin": ["bin/", "bin/coverage-check"]
2324
}

0 commit comments

Comments
 (0)