Настройка gh-actions для работы с codecov.io
This commit is contained in:
@@ -73,6 +73,6 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vendor/bin/phpunit --colors=always",
|
||||
"test-cov": "vendor/bin/phpunit --coverage-html coverage"
|
||||
"test-cov": "php -dxdebug.mode=coverage vendor/bin/phpunit --coverage-html .coverage-report"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user