From c1fc6b87241ee11f71f4391663efbf059bfa6eac Mon Sep 17 00:00:00 2001 From: kablanfatih Date: Wed, 8 Apr 2020 14:07:29 +0300 Subject: [PATCH 1/3] whitelist added --- phpunit.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpunit.xml b/phpunit.xml index 93e68b0..7bab399 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -17,4 +17,9 @@ + + + ./tests/ + + From 7bbc2ff054e51629976321db61b8d8cb7932347d Mon Sep 17 00:00:00 2001 From: Burak Date: Wed, 8 Apr 2020 15:12:48 +0300 Subject: [PATCH 2/3] CHANGELOG.md --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d358e0..788f720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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) From db8829a92b776c4dee9e6ceb5c91417d633e4c86 Mon Sep 17 00:00:00 2001 From: kablanfatih Date: Wed, 8 Apr 2020 16:49:24 +0300 Subject: [PATCH 3/3] coverage badges added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f272fb2..7d14f5c 100644 --- a/README.md +++ b/README.md @@ -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)