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 f8a6e0a commit 241b446Copy full SHA for 241b446
README.md
@@ -12,7 +12,7 @@
12
13
---
14
15
-This tool allows you to enforce minimum code coverage by using the clover xml report from PHPUnit.
+This extension allows you to enforce minimum code coverage by using the clover xml report from PHPUnit.
16
Based on the given threshold the testsuite will exit ok if the coverage is higher than the threshold
17
or exit with code 1 if the coverage is lower than the threshold.
18
This can be used in your continuous deployment environment or for example added to a pre-commit hook.
0 commit comments