Skip to content

Commit 084e2c8

Browse files
committed
fix code coverage
1 parent 07bddf7 commit 084e2c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

phpunit.xml

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

1818
<filter>
1919
<whitelist>
20-
<directory suffix="Test.php">./src</directory>
20+
<directory>./src</directory>
2121
</whitelist>
2222
</filter>
2323

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Latest Version](https://img.shields.io/github/release/harryosmar/php-bootstrap.svg?style=flat-square)](https://github.com/harryosmar/php-bootstrap/releases)
44
[![Build Status](https://travis-ci.org/harryosmar/php-bootstrap.svg?branch=master)](https://travis-ci.org/harryosmar/php-bootstrap)
5+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/harryosmar/php-bootstrap/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/harryosmar/php-bootstrap/?branch=master)
6+
[![Code Coverage](https://scrutinizer-ci.com/g/harryosmar/php-bootstrap/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/harryosmar/php-bootstrap/?branch=master)
57

68
## Features
79
- Routing

0 commit comments

Comments
 (0)