Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2017-07-26 15:09:23 +0300
committersualko <klaus@jsxc.org>2017-07-26 16:03:43 +0300
commit70207e7831298015677c1ec5fe6f2fb3acd2d004 (patch)
tree0333025ab755a5b373ffb94b5a0a89fe65fece73 /phpunit.xml
parent19ff5d814fcb4848a26545b7d7626f67afa4642b (diff)
add codecov to travis (fix #42)
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 3881fa2..7ae3f53 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -12,6 +12,7 @@
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">lib</directory>
<exclude>
+ <directory suffix=".php">lib/ContactsMenu</directory>
<directory suffix=".php">lib/db</directory>
<file>lib/ilock.php</file>
<file>lib/memlock.php</file>
@@ -19,4 +20,4 @@
</exclude>
</whitelist>
</filter>
-</phpunit> \ No newline at end of file
+</phpunit>