From 059fbc9f70eff290866e45bfbadd86969dcbc715 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 5 Oct 2018 22:46:53 +1000 Subject: [PATCH] Improve code coverage (#2424) --- README.md | 2 +- phpunit.xml | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c971a02e39..e7de834be9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,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 c6de859d4a..18582ee8f7 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -20,10 +20,14 @@ ./app + + ./vendor + ./app/providers + ./app/console/kernel.php + ./app/exceptions/handler.php + - - ./vendor - +