File tree Expand file tree Collapse file tree 10 files changed +10
-12
lines changed
Expand file tree Collapse file tree 10 files changed +10
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11.gitattributes export-ignore
22.gitignore export-ignore
3- /.coveralls.yml export-ignore
43/.travis.yml export-ignore
54/appveyor.yml export-ignore
5+ /build export-ignore
66/build.xml export-ignore
77/tests export-ignore
8- /phpstan.neon export-ignore
9- /ruleset.xml export-ignore
Original file line number Diff line number Diff line change 11/bin
22/composer.lock
3- /coverage
43/vendor
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ before_script:
1919script :
2020 - bin/phing
2121after_script :
22- - php bin/coveralls -v
22+ - php bin/coveralls -v --config build/coveralls.yml
2323notifications :
2424 email : false
Original file line number Diff line number Diff line change 4040 passthru=" true"
4141 checkreturn=" true"
4242 >
43- <arg value =" --standard=ruleset.xml" />
43+ <arg value =" --standard=build/ ruleset.xml" />
4444 <arg value =" --extensions=php" />
4545 <arg value =" --encoding=utf-8" />
4646 <arg value =" --tab-width=4" />
9292 <arg value =" -l" />
9393 <arg value =" 5" />
9494 <arg value =" -c" />
95- <arg path =" phpstan.neon" />
95+ <arg path =" build/ phpstan.neon" />
9696 <arg path =" SlevomatCodingStandard" />
9797 <arg path =" tests" />
9898 </exec >
Original file line number Diff line number Diff line change 1+ /log
Original file line number Diff line number Diff line change 1+ service_name : travis-ci
2+ coverage_clover : build/log/coverage/clover.xml
3+ json_path : build/log/coverage/coveralls.json
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1212 <logging >
1313 <log
1414 type=" coverage-html"
15- target=" ../coverage"
15+ target=" ../build/log/ coverage/html "
1616 charset=" UTF-8"
1717 lowUpperBound=" 0.0000000000001"
1818 highLowerBound=" 99.999999999999"
1919 />
20- <log type =" coverage-clover" target =" ../coverage/clover.xml" />
20+ <log type =" coverage-clover" target =" ../build/log/ coverage/clover.xml" />
2121 <log
2222 type=" coverage-text"
2323 target=" php://stdout"
You can’t perform that action at this time.
0 commit comments