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 6565 "unit" :" @php vendor/bin/phpunit --coverage-xml=build/coverage-xml --log-junit=build/junit.xml" ,
6666 "paraunit" :" @php vendor/bin/paratest --coverage-xml=build/coverage-xml --log-junit=build/junit.xml" ,
6767 "parabench" :" @php ./vendor/bin/testbench package:test --parallel --coverage-xml=build/coverage-xml --log-junit=build/junit.xml" ,
68- "infect" : " @php vendor/bin/infection --coverage=build --min-msi=50 -j$(nproc)" ,
68+ "infect" : " @php vendor/bin/infection --coverage=build --min-msi=50 -j$(nproc) --only-covering-test-cases " ,
6969 "phpstan" : " @php vendor/bin/phpstan analyse -vvv --debug --memory-limit 2G -l 7 src/" ,
7070 "phpstan-baseline" : " @php vendor/bin/phpstan analyse -vvv --debug --memory-limit 2G -l 7 src/ --generate-baseline" ,
7171 "ecs" : " @php vendor/bin/ecs check" ,
You can’t perform that action at this time.
0 commit comments