File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9696 run : composer update --no-ansi --no-interaction --no-progress
9797
9898 - name : Run tests with phpunit
99- run : XDEBUG_MODE=coverage php ./vendor/bin/phpunit --configuration ./phpunit.xml --coverage-clover=coverage.xml
99+ run : XDEBUG_MODE=coverage php ./vendor/bin/phpunit --configuration ./phpunit.xml --debug -- coverage-clover=coverage.xml
100100
101101 - name : Send code coverage report to Codecov.io
102102 uses : codecov/codecov-action@v1
Original file line number Diff line number Diff line change 4444 "require-dev" : {
4545 "php-service-bus/code-style-config" : " v1.3.*" ,
4646 "phpunit/phpunit" : " v9.5.*" ,
47- "vimeo/psalm" : " v4.4 .*" ,
47+ "vimeo/psalm" : " v4.5 .*" ,
4848 "phpstan/phpstan" : " v0.12.*"
4949 },
5050 "prefer-stable" : true ,
5151 "minimum-stability" : " dev" ,
5252 "scripts" : {
5353 "psalm" : " ./vendor/bin/psalm --config=psalm.xml" ,
5454 "phpstan" : " ./vendor/bin/phpstan analyse src --level 7" ,
55- "tests" : " ./vendor/bin/phpunit --configuration phpunit.xml --verbose" ,
56- "coverage" : " ./vendor/bin/phpunit --configuration phpunit.xml --coverage-html ./coverage --verbose" ,
55+ "tests" : " ./vendor/bin/phpunit --configuration phpunit.xml --debug -- verbose --debug " ,
56+ "coverage" : " XDEBUG_MODE=coverage ./vendor/bin/phpunit --configuration phpunit.xml --coverage-html ./coverage --debug -- verbose --debug " ,
5757 "cs-check" : " ./vendor/bin/php-cs-fixer fix --allow-risky=yes --dry-run" ,
5858 "cs-fix" : " ./vendor/bin/php-cs-fixer fix --allow-risky=yes" ,
5959 "pre-commit" : " PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --allow-risky=yes && ./vendor/bin/psalm --config=psalm.xml && ./vendor/bin/phpstan analyse src --level 7 && ./vendor/bin/phpunit --configuration phpunit.xml --verbose"
You can’t perform that action at this time.
0 commit comments