Merge pull request #5 from velichkov/master

Add code coverage report with Istanbul
This commit is contained in:
Lillem4n
2016-04-27 09:25:19 +02:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
node_modules node_modules
coverage
.idea .idea
tmp tmp
+1
View File
@@ -36,6 +36,7 @@
}, },
"homepage": "https://github.com/larvit/larvitsmpp", "homepage": "https://github.com/larvit/larvitsmpp",
"scripts": { "scripts": {
"cover": "istanbul cover _mocha",
"test": "mocha" "test": "mocha"
}, },
"license": "MIT" "license": "MIT"