From 5272b3f40b25f303bbb9acf5672f56ec35a3c228 Mon Sep 17 00:00:00 2001 From: Abel Hoogeveen Date: Mon, 11 Feb 2019 17:57:46 +0100 Subject: [PATCH] Changed phpunit.xml to no longer include code coverage for the test directory. This should increase the coverage percentage significantly. --- README.md | 2 +- test/phpunit.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c1b8bd..06664c5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -FuzeWorks - Readme +FuzeWorks - Readme [![pipeline status](http://git.i15.nl/fuzeworks/core/badges/development/pipeline.svg)](http://git.i15.nl/fuzeworks/core/commits/development) [![coverage report](http://git.i15.nl/fuzeworks/core/badges/development/coverage.svg)](http://git.i15.nl/fuzeworks/core/commits/development) =================== Version 1.2.0 diff --git a/test/phpunit.xml b/test/phpunit.xml index 2e33415..14749cd 100644 --- a/test/phpunit.xml +++ b/test/phpunit.xml @@ -27,7 +27,7 @@ ../ ../vendor/ - ../tests/ + ../test/ ../src/Layout/ ../src/Config/