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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-03-07 15:45:11 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-03-07 15:45:11 +0300
commit3df3aafd753207ce366f0c355c8450ac4283fd36 (patch)
treebafa6e734d9e7ce3c9094a2dd76019c52ab6624e /package.json
parentdbeb23d2d293d9b4f7404b13871e301069fc0d9e (diff)
Add coveralls and push test coverage
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index d031636..3b373d5 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,9 @@
"karma-jasmine-ajax": "^0.1.13",
"karma-phantomjs-launcher": "^1.0.2"
},
- "devDependencies": {},
+ "devDependencies": {
+ "coveralls": "^2.12.0"
+ },
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},