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
coverage
.idea
tmp
+1
View File
@@ -36,6 +36,7 @@
},
"homepage": "https://github.com/larvit/larvitsmpp",
"scripts": {
"cover": "istanbul cover _mocha",
"test": "mocha"
},
"license": "MIT"