Skip to content

Commit 1f35c25

Browse files
committed
Update phpunit config and add link to code coverage
1 parent 6c4ac31 commit 1f35c25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![Latest StableVersion](https://poser.pugx.org/toin0u/geocoder-laravel/v/stable.png)](https://packagist.org/packages/toin0u/geocoder-laravel)
22
[![Total Downloads](https://poser.pugx.org/toin0u/geocoder-laravel/downloads.png)](https://packagist.org/packages/toin0u/geocoder-laravel)
33
[![Build Status](https://ci.genealabs.com/build-status/image/1)](https://ci.genealabs.com/build-status/view/1)
4+
[Code Coverage](https://ci.genealabs.com/coverage/1)
45

56
# Geocoder for Lavarel
67

phpunit.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@
88
processIsolation="false"
99
stopOnFailure="false"
1010
syntaxCheck="false"
11-
bootstrap="vendor/autoload.php"
11+
bootstrap="vendor/laravel/laravel/bootstrap/autoload.php"
1212
>
1313
<testsuites>
1414
<testsuite name="Geocoder library for Laravel Test Suite">
15-
<directory suffix="Test.php">./tests/Geocoder</directory>
1615
<directory suffix="Test.php">./tests/Laravel5_3</directory>
1716
</testsuite>
1817
</testsuites>
1918
<filter>
20-
<whitelist>
21-
<directory>./src/</directory>
19+
<whitelist processUncoveredFilesFromWhitelist="true">
20+
<directory suffix=".php">./src</directory>
2221
</whitelist>
2322
</filter>
2423
<php>

0 commit comments

Comments
 (0)