mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Created composer command to generate merge pretty code coverage
This commit is contained in:
parent
be34600494
commit
633f3b728f
1 changed files with 6 additions and 1 deletions
|
@ -91,7 +91,12 @@
|
|||
"serve": "php -S 0.0.0.0:8000 -t public/",
|
||||
"test": "phpunit --coverage-php build/coverage-unit.cov",
|
||||
"pretty-test": "phpunit --coverage-html build/coverage",
|
||||
"func-test": "phpunit -c phpunit-func.xml --coverage-php build/coverage-func.cov"
|
||||
"func-test": "phpunit -c phpunit-func.xml --coverage-php build/coverage-func.cov",
|
||||
"complete-pretty-test": [
|
||||
"@test",
|
||||
"@func-test",
|
||||
"phpcov merge build --html build/html"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"process-timeout": 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue