Skip to content

Commit deb37f2

Browse files
committed
Added support for coveralls
1 parent 451d1e6 commit deb37f2

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

.coveralls.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
coverage_clover: test-results/coverage.xml
2+
json_path: test-results/coveralls-upload.json
3+
service_name: travis-ci

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ php:
77
- '7.1'
88
- hhvm
99
before_script:
10+
- composer require phpunit/phpunit:4.8.* satooshi/php-coveralls:dev-master
1011
- composer install --no-interaction
1112
script: vendor/bin/phpunit
1213
notifications:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="1.1.2"></a>
2+
# 1.1.2 (2016-08-08)
3+
4+
Added support for Coveralls
5+
16
<a name="1.1.1"></a>
27
# 1.1.1 (2016-08-08)
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A PHP-based server-side proxy for interacting with the [NPR One API](http://dev.npr.org/api/)'s authorization server. Use this proxy to secure your OAuth2 credentials.
44

5-
[![Packagist](https://img.shields.io/packagist/v/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://packagist.org/packages/npr/npr-one-backend-proxy) [![Packagist](https://img.shields.io/packagist/l/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://github.com/nprdm/npr-one-backend-proxy-php/blob/master/LICENSE.md) [![Packagist](https://img.shields.io/packagist/dt/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://packagist.org/packages/npr/npr-one-backend-proxy) [![Build Status](https://travis-ci.org/nprdm/npr-one-backend-proxy-php.svg?branch=master)](https://travis-ci.org/nprdm/npr-one-backend-proxy-php)
5+
[![Packagist](https://img.shields.io/packagist/v/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://packagist.org/packages/npr/npr-one-backend-proxy) [![Packagist](https://img.shields.io/packagist/l/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://github.com/nprdm/npr-one-backend-proxy-php/blob/master/LICENSE.md) [![Packagist](https://img.shields.io/packagist/dt/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://packagist.org/packages/npr/npr-one-backend-proxy) [![Build Status](https://travis-ci.org/nprdm/npr-one-backend-proxy-php.svg?branch=master)](https://travis-ci.org/nprdm/npr-one-backend-proxy-php) [![Coverage Status](https://coveralls.io/repos/nprdm/npr-one-backend-proxy-php/badge.svg?branch=master&service=github)](https://coveralls.io/github/nprdm/npr-one-backend-proxy-php?branch=master)
66

77

88
##### Table of Contents

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "npr/npr-one-backend-proxy",
33
"description": "A server-side proxy for interacting with the NPR One API's authorization server",
4-
"version": "1.1.0",
4+
"version": "1.1.2",
55
"keywords": [
66
"npr",
77
"oauth",

0 commit comments

Comments
 (0)