Настройка gh-actions для работы с codecov.io

This commit is contained in:
2021-12-02 14:34:21 +08:00
parent 267431ec28
commit 96137d20b2
6 changed files with 59 additions and 55 deletions

View File

@@ -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"
}
}