Skip to content

Commit 6c72aa5

Browse files
committed
Remove Scrutinizer and use codecov.io.
1 parent b9c6b55 commit 6c72aa5

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ script:
2525
- composer grumphp
2626

2727
after_success:
28-
- phpenv config-rm xdebug.ini
29-
- composer scrutinizer
28+
- bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

410
PHP Iterators and Generators to generate combinations and permutations in an efficient way.
511

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@
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": {

0 commit comments

Comments
 (0)