File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 "test:infection" : " vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit" ,
5959 "test:integration" : " vendor/bin/phpunit --testsuite=Integration --cache-directory=build/phpunit" ,
6060 "test:lint" : " mkdir -p build && find src tests -name '*.php' -print0 | xargs -0 -n1 -P$(nproc) php -l | tee build/phplint.log" ,
61- "test:static-analysis" : " mkdir -p build && bash -c 'vendor/bin/phpstan analyse src --no-progress --level=8 --error-format=junit | tee build/phpstan.junit.xml; if [ ${PIPESTATUS[0]} -ne \" 0\" ]; then exit 1; fi'" ,
61+ "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'" ,
6262 "test:unit" : " vendor/bin/phpunit --testsuite=Unit --coverage-text --coverage-clover=build/phpunit/clover.xml --coverage-html=build/phpunit/coverage-html --coverage-xml=build/phpunit/coverage-xml --log-junit=build/phpunit/junit.xml --cache-directory=build/phpunit"
6363 }
6464}
Original file line number Diff line number Diff line change 1+ parameters :
You can’t perform that action at this time.
0 commit comments