File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8080 " @test:integration"
8181 ],
8282 "test:cs" : " mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache" ,
83- "test:infection" : " vendor/bin/infection --threads=$(nproc) --min-msi=99 --verbose --coverage=build/phpunit" ,
83+ "test:infection" : " vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit" ,
8484 "test:integration" : " vendor/bin/phpunit --configuration phpunit.integration.xml --cache-directory=build/phpunit/integration.cache" ,
8585 "test:lint" : " mkdir -p build && find src tests -name '*.php' -print0 | xargs -0 -n1 -P$(nproc) php -l | tee build/phplint.log" ,
8686 "test:static-analysis" : " mkdir -p build && bash -c 'vendor/bin/phpstan analyse src --no-progress --level=9 --error-format=junit | tee build/phpstan.junit.xml; if [ ${PIPESTATUS[0]} -ne \" 0\" ]; then exit 1; fi'" ,
You can’t perform that action at this time.
0 commit comments