Skip to content

Commit 241b446

Browse files
Update README.md
1 parent f8a6e0a commit 241b446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
---
1414

15-
This tool allows you to enforce minimum code coverage by using the clover xml report from PHPUnit.
15+
This extension allows you to enforce minimum code coverage by using the clover xml report from PHPUnit.
1616
Based on the given threshold the testsuite will exit ok if the coverage is higher than the threshold
1717
or exit with code 1 if the coverage is lower than the threshold.
1818
This can be used in your continuous deployment environment or for example added to a pre-commit hook.

0 commit comments

Comments
 (0)