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