File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ # .coveralls.yml
2
+
3
+ repo_token : C3CHnRnyaPen5icheG7CYU1O4EDO9aHfu
4
+ service_name : travis-ci
5
+ coverage_clover : build/logs/clover.xml
Original file line number Diff line number Diff line change 6
6
- 5.5
7
7
8
8
before_script : composer install --prefer-source
9
- script : phpunit --configuration phpunit.xml.dist
9
+ script : phpunit --configuration phpunit.xml.dist
10
+ after_script : php vendor/bin/coveralls
Original file line number Diff line number Diff line change 21
21
"require-dev" : {
22
22
"phpunit/phpunit" : " 3.7.22" ,
23
23
"mockery/mockery" : " >=0.7.2" ,
24
- "league/phpunit-coverage-listener " : " ~1.0 " ,
25
- "orchestra/testbench " : " 2.0.* "
24
+ "orchestra/testbench " : " 2.0.* " ,
25
+ "satooshi/php-coveralls " : " dev-master "
26
26
},
27
27
"autoload" : {
28
28
"classmap" : [
Original file line number Diff line number Diff line change 15
15
</blacklist >
16
16
</filter >
17
17
<logging >
18
- <log type =" coverage-clover" target =" /tmp/coverage .xml" />
18
+ <log type =" coverage-clover" target =" build/logs/clover .xml" />
19
19
<log type =" coverage-text" target =" php://stdout" showUncoveredFiles =" false" />
20
20
</logging >
21
21
<!-- <listeners>
You can’t perform that action at this time.
0 commit comments