File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2525 " php tests/yii migrate --migrationPath=@tests/migrations/ --interactive=0"
2626 ],
2727 "test" : " phpunit --colors=always" ,
28- "test-coverage" : " phpunit --coverage-html=tests/tmp/coverage.html --colors=always" ,
29- "test-coverage-show" : " open tests/tmp/coverage.html/index.html"
28+ "test-coverage" : " phpunit --coverage-text --colors=always" ,
29+ "test-coverage-html" : " phpunit --coverage-html=tests/tmp/coverage.html --colors=always" ,
30+ "test-coverage-html-open" : " open tests/tmp/coverage.html/index.html"
3031 },
3132 "autoload" : {
3233 "psr-4" : {
Original file line number Diff line number Diff line change 1818 composer test-coverage
1919 ```
2020
21+ or
22+
23+ ```
24+ composer test-coverage-html
25+ ```
26+
21274 . Show coverage dashboard
2228
2329 ```
24- composer test-coverage-show
30+ composer test-coverage-html-open
2531 ```
You can’t perform that action at this time.
0 commit comments