Exclude Blacklight/config folder from code coverage test

This commit is contained in:
DariusIII
2018-02-26 12:34:39 +01:00
parent 9aefcf27a6
commit 41574e499c
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
2018-02-26 DariusIII
* Chg: Exclude Blacklight/config folder from code coverage test
* Fix: Fix Music postprocessing
* Fix: Fix Console games processing
* Chg: Update phpunit.xml and remove TmuxTableSeeder from DatabaseSeeder class
+3
View File
@@ -15,5 +15,8 @@
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./Blacklight</directory>
</whitelist>
<exclude>
<directory suffix=".php">./Blacklight/config</directory>
</exclude>
</filter>
</phpunit>