mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 13:21:21 +00:00
Send code coverage to SonarCloud
This commit is contained in:
@@ -170,10 +170,13 @@
|
||||
"@php artisan firefly-iii:verify-security-alerts"
|
||||
],
|
||||
"unit-test": [
|
||||
"@php vendor/bin/phpunit -c phpunit.xml --testsuite unit"
|
||||
"@php vendor/bin/phpunit -c phpunit.xml --testsuite unit --no-coverage"
|
||||
],
|
||||
"integration-test": [
|
||||
"@php vendor/bin/phpunit -c phpunit.xml --testsuite integration"
|
||||
"@php vendor/bin/phpunit -c phpunit.xml --testsuite integration --no-coverage"
|
||||
],
|
||||
"coverage": [
|
||||
"@php vendor/bin/phpunit -c phpunit.xml --testsuite unit"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
||||
Reference in New Issue
Block a user