Skip to content

Commit 724f047

Browse files
committed
Use coveralls for test coverage
1 parent d36c10a commit 724f047

File tree

5 files changed

+4
-30
lines changed

5 files changed

+4
-30
lines changed

.codeclimate.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

.codeclimate.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: php
33
php:
4-
- 7.2
4+
- 7.3
55

66
notifications:
77
email: false
@@ -11,4 +11,4 @@ install:
1111
script:
1212
- ./vendor/bin/phpunit --configuration Tests/phpunit.xml
1313
after_script:
14-
- ./.codeclimate.sh
14+
- travis_retry ./vendor/bin/php-coveralls

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PHP Source Query
22

33
[![Build Status](https://img.shields.io/travis/com/xPaw/PHP-Source-Query.svg)](https://travis-ci.com/xPaw/PHP-Source-Query)
4-
[![Test Coverage](https://api.codeclimate.com/v1/badges/24858a13b82113ad3092/test_coverage)](https://codeclimate.com/github/xPaw/PHP-Source-Query/test_coverage)
4+
[![Test Coverage](https://img.shields.io/coveralls/github/xPaw/PHP-Source-Query/master.svg)](https://coveralls.io/github/xPaw/PHP-Source-Query)
55
[![Packagist Downloads](https://img.shields.io/packagist/dt/xpaw/php-source-query-class.svg)](https://packagist.org/packages/xpaw/php-source-query-class)
66
[![Packagist Version](https://img.shields.io/packagist/v/xpaw/php-source-query-class.svg)](https://packagist.org/packages/xpaw/php-source-query-class)
77

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"require-dev":
3131
{
3232
"phpunit/phpunit": "^6.0",
33-
"codeclimate/php-test-reporter": "dev-master"
33+
"php-coveralls/php-coveralls": "^2.1"
3434
},
3535
"autoload":
3636
{

0 commit comments

Comments
 (0)