File tree Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ coverage_clover : dev/tests/build/logs/clover.xml
2+ json_path : dev/tests/build/logs/coveralls-upload.json
Original file line number Diff line number Diff line change 99 - VERIFICATION_TOOL=static-checks
1010script :
1111 - bin/$VERIFICATION_TOOL
12+ after_success :
13+ - travis_retry php vendor/bin/coveralls
Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.org/magento/magento2-functional-testing-framework.svg?branch=develop )] ( https://travis-ci.org/magento/magento2-functional-testing-framework )
44
5+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/magento/magento2-functional-testing-framework/badge.svg?branch=develop )] ( https://coveralls.io/github/magento/magento2-functional-testing-framework )
6+
57----
68
79## System Requirements
Original file line number Diff line number Diff line change 1414 "epfremme/swagger-php" : " ^2.0" ,
1515 "flow/jsonpath" : " >0.2" ,
1616 "fzaninotto/faker" : " ^1.6" ,
17- "mustache/mustache" : " ~2.5"
17+ "mustache/mustache" : " ~2.5" ,
18+ "php-coveralls/php-coveralls" : " ^1.0"
1819 },
1920 "require-dev" : {
2021 "squizlabs/php_codesniffer" : " 1.5.3" ,
Original file line number Diff line number Diff line change 2828 <directory suffix =" .php" >../../src/Magento/FunctionalTestingFramework/Util</directory >
2929 </whitelist >
3030 </filter >
31+ <logging >
32+ <log type =" coverage-clover" target =" build/logs/clover.xml" />
33+ </logging >
3134</phpunit >
You can’t perform that action at this time.
0 commit comments