File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * text =auto
2+
3+ /tests export-ignore
4+ /.gitattributes export-ignore
5+ /.gitignore export-ignore
6+ /.travis.yml export-ignore
7+ /phpunit.xml.dist export-ignore
8+ /CHANGELOG.md export-ignore
9+ /README.md export-ignore
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ script:
2020 - vendor/bin/phpunit --configuration build/phpunit.xml && cat build/testdox.txt build/coverage.txt
2121
2222after_script :
23- # @TODO: ocular or coveralls?
23+ - php vendor/bin/ coveralls -v
Original file line number Diff line number Diff line change 33[ ![ Latest Version] ( https://img.shields.io/github/release/potherca/flysystem-github.svg?style=flat-square )] ( https://github.com/potherca/flysystem-github/releases )
44[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE.md )
55[ ![ Build Status] ( https://img.shields.io/travis/potherca/flysystem-github/master.svg?style=flat-square )] ( https://travis-ci.org/potherca/flysystem-github )
6- [ ![ Coverage Status] ( https://img.shields.io/scrutinizer/coverage/g/ potherca/flysystem-github.svg?style=flat-square )] ( https://scrutinizer-ci.com/g /potherca/flysystem-github/code-structure )
6+ [ ![ Coverage Status] ( https://img.shields.io/coveralls/ potherca/flysystem-github.svg?style=flat-square )] ( https://coveralls.io/github /potherca/flysystem-github )
77[ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/potherca/flysystem-github.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/potherca/flysystem-github )
88[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/potherca/flysystem-github.svg?style=flat-square )] ( https://packagist.org/packages/potherca/flysystem-github )
99
10-
1110## Install
1211
1312Via Composer
Original file line number Diff line number Diff line change 2626 },
2727 "require-dev" : {
2828 "phpunit/phpunit" : " ^4.7.7" ,
29+ "satooshi/php-coveralls" : " ^0.6.1" ,
2930 "scrutinizer/ocular" : " ^1.1" ,
3031 "whatthejeff/nyancat-phpunit-resultprinter" : " ^1.2"
3132 },
You can’t perform that action at this time.
0 commit comments