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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-02-19 19:08:54 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-02-19 19:08:54 +0300
commita9da85c6c02e7e43c979217cd148383068e2a325 (patch)
tree2253eb3f6d49f580e6d7539af0726649cd79a015 /.scrutinizer.yml
parent2973ba38c3b1e0b1ed988c8e20d72cb79802c685 (diff)
Fix test coverage
Test folder should be ignored by scrutinizer Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index d15b131..d0c1c74 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -1,7 +1,8 @@
filter:
excluded_paths:
- - 'vendor/*'
- 'l10n/*'
+ - 'tests/'
+ - 'vendor/*'
imports:
- javascript