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.
composer test-coverage
1 parent 63c1d4d commit 195b8bbCopy full SHA for 195b8bb
composer.json
@@ -35,10 +35,14 @@
35
"scripts": {
36
"test": [
37
"simple-phpunit --testdox"
38
+ ],
39
+ "test-coverage": [
40
+ "XDEBUG_MODE=coverage ./vendor/bin/simple-phpunit --coverage-html=tests/coverage --colors=always"
41
]
42
},
43
"scripts-descriptions": {
- "test": "Run all test suites."
44
+ "test": "Run all test suites.",
45
+ "test-coverage": "Generate code coverage reports in tests/coverage."
46
47
"config": {
48
"preferred-install": "dist",
0 commit comments