File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ _generated
66AcceptanceTester.php
77cghooks.lock
88src /Magento /FunctionalTestingFramework /Group /* .php
9+ .DS_Store
10+ build /*
Original file line number Diff line number Diff line change 22# See COPYING.txt for license details.
33
44echo "===============================UNIT TESTS==============================="
5- vendor/bin/phpunit --configuration dev/tests/phpunit.xml --testsuite unit
5+ vendor/bin/phpunit --configuration dev/tests/phpunit.xml --testsuite unit --coverage-xml build/coverage-xml
66
77echo "===============================VERIFICATION TESTS==============================="
8- vendor/bin/phpunit --configuration dev/tests/phpunit.xml --testsuite verification
8+ vendor/bin/phpunit --configuration dev/tests/phpunit.xml --testsuite verification --coverage-xml build/coverage-xml
You can’t perform that action at this time.
0 commit comments