Skip to content

Commit

Permalink
Fixed composer script
Browse files Browse the repository at this point in the history
  • Loading branch information
rregeer committed May 9, 2016
1 parent 49c6236 commit 71da2bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"CI",
"Code coverage"
],
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"authors": [
{
Expand All @@ -19,5 +19,6 @@
],
"require": {
"php": ">=5.5.0"
}
},
"bin": ["bin/", "bin/coverage-check"]
}

0 comments on commit 71da2bc

Please sign in to comment.