Skip to content

Commit 6ff2e1e

Browse files
committed
Switch to codecov
1 parent a7d5a69 commit 6ff2e1e

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ php:
55
- 5.6
66
- 7.0
77

8-
before_script:
8+
before_script:
99
- echo 'date.timezone = "UTC"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1010
- composer install -o -n
1111
- vendor/bin/phpunit --version
1212
- mkdir -p build/logs
1313

14-
script:
15-
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
14+
script:
15+
- vendor/bin/phpunit --coverage-clover=coverage.xml
1616

17-
after_script:
18-
- php vendor/bin/coveralls -v
17+
after_success:
18+
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
[![Build Status](http://img.shields.io/travis/scriptotek/php-sru-client.svg?style=flat-square)](https://travis-ci.org/scriptotek/php-sru-client)
3-
[![Coverage Status](http://img.shields.io/coveralls/scriptotek/php-sru-client.svg?style=flat-square)](https://coveralls.io/r/scriptotek/php-sru-client?branch=master)
2+
[![Build Status](http://img.shields.io/travis/scriptotek/php-sru-client/master.svg?style=flat-square)](https://travis-ci.org/scriptotek/php-sru-client)
3+
[![Coverage](https://img.shields.io/codecov/c/github/scriptotek/php-sru-client/master.svg?style=flat-square)](https://codecov.io/gh/scriptotek/php-sru-client)
44
[![Code Quality](http://img.shields.io/scrutinizer/g/scriptotek/php-sru-client/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/scriptotek/php-sru-client/?branch=master)
55
[![Latest Stable Version](http://img.shields.io/packagist/v/scriptotek/sru-client.svg?style=flat-square)](https://packagist.org/packages/scriptotek/sru-client)
66
[![Total Downloads](http://img.shields.io/packagist/dt/scriptotek/sru-client.svg?style=flat-square)](https://packagist.org/packages/scriptotek/sru-client)

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "^4.8|^5.5",
14-
"satooshi/php-coveralls": "1.*",
1514
"sami/sami": "^3.3",
1615
"mockery/mockery": "^0.9"
1716
},

0 commit comments

Comments
 (0)