File tree 5 files changed +11
-1
lines changed
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 9
9
- VERIFICATION_TOOL=static-checks
10
10
script :
11
11
- bin/$VERIFICATION_TOOL
12
+ after_success :
13
+ - travis_retry php vendor/bin/coveralls
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/magento/magento2-functional-testing-framework.svg?branch=develop )] ( https://travis-ci.org/magento/magento2-functional-testing-framework )
4
4
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
+
5
7
----
6
8
7
9
## System Requirements
Original file line number Diff line number Diff line change 14
14
"epfremme/swagger-php" : " ^2.0" ,
15
15
"flow/jsonpath" : " >0.2" ,
16
16
"fzaninotto/faker" : " ^1.6" ,
17
- "mustache/mustache" : " ~2.5"
17
+ "mustache/mustache" : " ~2.5" ,
18
+ "php-coveralls/php-coveralls" : " ^1.0"
18
19
},
19
20
"require-dev" : {
20
21
"squizlabs/php_codesniffer" : " 1.5.3" ,
Original file line number Diff line number Diff line change 28
28
<directory suffix =" .php" >../../src/Magento/FunctionalTestingFramework/Util</directory >
29
29
</whitelist >
30
30
</filter >
31
+ <logging >
32
+ <log type =" coverage-clover" target =" build/logs/clover.xml" />
33
+ </logging >
31
34
</phpunit >
You can’t perform that action at this time.
0 commit comments