mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Exclude Blacklight/config folder from code coverage test
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -15,5 +15,8 @@
|
||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">./Blacklight</directory>
|
||||
</whitelist>
|
||||
<exclude>
|
||||
<directory suffix=".php">./Blacklight/config</directory>
|
||||
</exclude>
|
||||
</filter>
|
||||
</phpunit>
|
||||
|
||||
Reference in New Issue
Block a user