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 d872edc commit bd5de22Copy full SHA for bd5de22
README.md
@@ -22,8 +22,11 @@ Run the script:
22
```bash
23
vendor/bin/phpunit --coverage-clover clover.xml
24
vendor/bin/coverage-check clover.xml 80
25
+vendor/bin/coverage-check clover.xml 80 only-percentage
26
```
27
28
+With the `only-percentage` enabled, the CLI command will only return the resulting coverage percentage.
29
+
30
It's also possible to add the coverage report generation to the phpunit.xml.dist add to following line to the xml file:
31
```xml
32
<logging>
0 commit comments