Skip to content

Commit

Permalink
Fix code coverage generation
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Sep 22, 2016
1 parent 28c578d commit 50df1ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,8 +2,8 @@

[![Stable Release](https://img.shields.io/packagist/v/allejo/php-soda.svg)](https://packagist.org/packages/allejo/php-soda)
[![Build Status](https://img.shields.io/travis/allejo/PhpSoda.svg)](https://travis-ci.org/allejo/PhpSoda)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/allejo/PhpSoda.svg?maxAge=2592000)](https://scrutinizer-ci.com/g/allejo/PhpSoda/?branch=master)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/allejo/PhpSoda.svg?maxAge=2592000)](https://coveralls.io/r/allejo/PhpSoda?branch=master)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/allejo/PhpSoda.svg?maxAge=2592000)](https://scrutinizer-ci.com/g/allejo/PhpSoda/)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/allejo/PhpSoda.svg?maxAge=2592000)](https://scrutinizer-ci.com/g/allejo/PhpSoda/)

A PHP library for working with the [Socrata API](http://dev.socrata.com/docs/endpoints.html). Provided as an alternative to Socrata's official implementation, this library fills the short-comings of the official library by providing more functionality, a more object-oriented approach, documentation, and plenty of example code.

Expand Down
9 changes: 4 additions & 5 deletions phpunit.xml
Expand Up @@ -5,14 +5,13 @@
colors="true">
<testsuites>
<testsuite name="PhpSoda Test Suite">
<directory suffix="Test.php" phpVersion="5.3.0" phpVersionOperator=">=">tests</directory>
<directory suffix="Test.php" phpVersion="5.6.0" phpVersionOperator=">=">tests</directory>
</testsuite>
</testsuites>

<filter>
<blacklist>
<directory suffix=".php">tests</directory>
<directory suffix=".php">vendor</directory>
</blacklist>
<whitelist>
<directory suffix="Test.php">tests</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 50df1ff

Please sign in to comment.