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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-11-08 22:42:51 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-09 10:03:29 +0300
commitb6562cb3864f26b82f70665112a8ca01628ce1c4 (patch)
treed40e71b4a65f23dc9f1a45452bcbe3bd58658851 /tests/karma.config.js
parent05cf1dab4ca7d69a837c2c9e890f078cef76c744 (diff)
Generate js codecov coverage
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r--tests/karma.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index d80b5bbd759..f20672f4a55 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -264,7 +264,8 @@ module.exports = function(config) {
dir:'tests/karma-coverage',
reporters: [
{ type: 'html' },
- { type: 'cobertura' }
+ { type: 'cobertura' },
+ { type: 'lcovonly' },
]
},