Skip to content

Commit

Permalink
Merge pull request #10 from neptunesoftware/phpunit.xml-update
Browse files Browse the repository at this point in the history
whitelist added
  • Loading branch information
ikidnapmyself authored Apr 8, 2020
2 parents 0bcebdd + db8829a commit a8b594f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All Notable changes to `laravel-invoice` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## v0.1.0 - 2020-04-08
## 2.0.1 - 2020-04-08
### Changed
- Version fixed in changelog
- Test coverage

## 2.0.0 - 2020-04-08

### Added
- Bills for receiving invoices
Expand All @@ -23,8 +28,6 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
---

#### ATTENTION
This repository based on

To follow original repository, please see [sandervanhooft/laravel-invoicable](https://github.com/sandervanhooft/laravel-invoicable).

Former changes (changelog of original): [CHANGELOG.md](https://github.com/sandervanhooft/laravel-invoicable/blob/master/CHANGELOG.md)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-downloads]
[![Code Coverage](https://scrutinizer-ci.com/g/neptunesoftware/laravel-invoice/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/neptunesoftware/laravel-invoice/?branch=master)

This package has been changed, updated and redistributed.
To utilize original distribution, see [sandervanhooft/laravel-invoicable](https://github.com/sandervanhooft/laravel-invoicable)
Expand Down
5 changes: 5 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@
<env name="DB_CONNECTION" value="sqlite"/>
<env name="DB_DATABASE" value=":memory:"/>
</php>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix="Test.php">./tests/</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit a8b594f

Please sign in to comment.