From 02c3b94a1349a25152994272934b75875c3e8eeb Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 5 Oct 2018 22:59:26 +1000 Subject: [PATCH] Exclude laravel from code coverage (#2425) * exclude laravel from coverage * exclude laravel from coverage --- README.md | 1 + phpunit.xml | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7de834be940..e026d83f7734 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![Build Status](https://travis-ci.org/invoiceninja/invoiceninja.svg?branch=v5.0)](https://travis-ci.org/invoiceninja/invoiceninja) [![codecov](https://codecov.io/gh/invoiceninja/invoiceninja/branch/v5.0/graph/badge.svg)](https://codecov.io/gh/invoiceninja/invoiceninja) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/d39acb4bf0f74a0698dc77f382769ba5)](https://www.codacy.com/app/turbo124/invoiceninja?utm_source=github.com&utm_medium=referral&utm_content=invoiceninja/invoiceninja&utm_campaign=Badge_Grade) + **Invoice Ninja v 5.0** is coming soon! We will be using the lessons learnt in Invoice Ninja 4.0 to build a bigger better platform to work from. If you would like to contribute to the project we will gladly accept contributions for code, user guides, bug tracking and feedback! Please consider the following guidelines prior to submitting a pull request: diff --git a/phpunit.xml b/phpunit.xml index 18582ee8f772..f7c385d99df4 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -22,9 +22,11 @@ ./app ./vendor - ./app/providers - ./app/console/kernel.php - ./app/exceptions/handler.php + ./app/Providers + /app/Http + ./app/Console/Kernel.php + ./app/Exceptions/Handler.php + /app/Http