Added coverage badge n stuff
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
node_modules
|
||||
coverage
|
||||
.idea
|
||||
.tags
|
||||
tmp
|
||||
@@ -4,6 +4,8 @@ node_js:
|
||||
- 0.12
|
||||
- 4
|
||||
- 5
|
||||
script: "npm run-script cover"
|
||||
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
|
||||
notifications:
|
||||
email:
|
||||
- lilleman@larvit.se
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[](https://travis-ci.org/larvit/larvitsmpp) [](https://david-dm.org/larvit/larvitsmpp.svg)
|
||||
[](https://coveralls.io/github/larvit/larvitsmpp)
|
||||
|
||||
# Larv IT SMPP
|
||||
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
},
|
||||
"description": "Simplified SMPP implementation",
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.9",
|
||||
"istanbul": "^0.4.3",
|
||||
"mocha": "^2.4.5",
|
||||
"portfinder": "^0.4.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user