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
6
6
AcceptanceTester.php
7
7
cghooks.lock
8
8
src /Magento /FunctionalTestingFramework /Group /* .php
9
+ .DS_Store
10
+ build /*
Original file line number Diff line number Diff line change 2
2
# See COPYING.txt for license details.
3
3
4
4
echo "===============================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
6
6
7
7
echo "===============================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