File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -25,5 +25,4 @@ script:
2525 - composer grumphp
2626
2727after_success :
28- - phpenv config-rm xdebug.ini
29- - composer scrutinizer
28+ - bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml
Original file line number Diff line number Diff line change 1+ [ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/drupol/phpermutations.svg?style=flat-square )] ( https://packagist.org/packages/drupol/phpermutations )
2+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/drupol/phpermutations.svg?style=flat-square )] ( https://packagist.org/packages/drupol/phpermutations )
3+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/drupol/phpermutations.svg?style=flat-square )] ( https://packagist.org/packages/drupol/phpermutations )
4+ [ ![ Build Status] ( https://img.shields.io/travis/drupol/phpermutations/master.svg?style=flat-square )] ( https://travis-ci.org/drupol/phpermutations )
5+ ![ Code Coverage] ( https://img.shields.io/codecov/c/github/drupol/phpermutations.svg?style=flat-square )
6+ [ ![ License] ( https://img.shields.io/packagist/l/drupol/phpermutations.svg?style=flat-square )] ( https://packagist.org/packages/drupol/phpermutations )
7+
18## PHPermutations
2- [ ![ Build Status] ( https://travis-ci.org/drupol/phpermutations.svg?branch=master )] ( https://travis-ci.org/drupol/phpermutations ) [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/drupol/phpermutations/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/drupol/phpermutations/?branch=master ) [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/drupol/phpermutations/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/drupol/phpermutations/?branch=master ) [ ![ Dependency Status] ( https://www.versioneye.com/user/projects/5870ade140543803e80abb5b/badge.svg?style=flat-square )] ( https://www.versioneye.com/user/projects/5870ade140543803e80abb5b )
39
410PHP Iterators and Generators to generate combinations and permutations in an efficient way.
511
Original file line number Diff line number Diff line change 2121 "require-dev" : {
2222 "drupol/php-conventions" : " ^1.3" ,
2323 "phpunit/phpunit" : " ^5 || ^6" ,
24- "phpunit/php-code-coverage" : " ^4 || ^5" ,
25- "scrutinizer/ocular" : " ^1.3"
24+ "phpunit/php-code-coverage" : " ^4 || ^5"
2625 },
2726 "scripts" : {
2827 "phpunit" : " ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml -c tests/phpunit.xml tests" ,
29- "grumphp" : " ./vendor/bin/grumphp run" ,
30- "scrutinizer" : " ./vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml"
28+ "grumphp" : " ./vendor/bin/grumphp run"
3129 },
3230 "autoload" : {
3331 "psr-4" : {
You can’t perform that action at this time.
0 commit comments