Changed phpunit.xml to no longer include code coverage for the test directory.

This should increase the coverage percentage significantly.
This commit is contained in:
Abel Hoogeveen 2019-02-11 17:57:46 +01:00
parent f24a00c72c
commit 5272b3f40b
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -27,7 +27,7 @@
<directory suffix=".php">../</directory>
<exclude>
<directory suffix=".php">../vendor/</directory>
<directory suffix=".php">../tests/</directory>
<directory suffix=".php">../test/</directory>
<directory suffix=".php">../src/Layout/</directory>
<directory suffix=".php">../src/Config/</directory>
</exclude>