File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 3333 key : composer-v1-{{ checksum "composer.lock" }}
3434 paths :
3535 - vendor
36- - run : ./vendor/bin/phpunit --coverage-text
36+ - run :
37+ name : Setup Code Climate test-reporter
38+ command : |
39+ curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
40+ chmod +x ./cc-test-reporter
41+ - run :
42+ name : Run tests
43+ command : |
44+ sudo docker-php-ext-enable xdebug
45+ ./cc-test-reporter before-build
46+ vendor/bin/phpunit --coverage-clover clover.xml
47+ ./cc-test-reporter after-build --coverage-input-type clover --exit-code $?
3748
3849 release-dry-run :
3950 docker :
@@ -58,7 +69,7 @@ workflows:
5869 - test-7.1
5970 - test-7.2
6071 - release-dry-run :
61- context : org-global
72+ context : org-global
6273 - hold :
6374 type : approval
6475 requires :
You can’t perform that action at this time.
0 commit comments