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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-09-26 21:30:44 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-09-26 22:24:44 +0300
commit5ca41b2b2bfa88d692eac08444260037e2fba6fa (patch)
tree47c3753ac41a796307f80f46f5862fdbf8ce9230 /.scrutinizer.yml
parent1a3d2f7e8ea5df974c958c5a7511471b1e52e5a7 (diff)
Add tests
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
new file mode 100644
index 00000000..bc1bdbef
--- /dev/null
+++ b/.scrutinizer.yml
@@ -0,0 +1,14 @@
+filter:
+ excluded_paths:
+ - '3rdparty/*'
+ - 'js/jquery*'
+ - 'l10n/*'
+ - 'tests/*'
+
+imports:
+ - javascript
+ - php
+
+tools:
+ external_code_coverage:
+ timeout: 7200 # Timeout in seconds: 2 hours