mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[fix] coveralls.. will it work?
This commit is contained in:
parent
ca092635e7
commit
f36cb4d5a1
@ -7,3 +7,6 @@ notifications:
|
||||
email:
|
||||
- travis@nodejitsu.com
|
||||
irc: "irc.freenode.org#nodejitsu"
|
||||
|
||||
script:
|
||||
npm run-script coveralls
|
||||
|
||||
@ -18,9 +18,12 @@
|
||||
"blanket" : "*",
|
||||
"ws" : "*",
|
||||
"socket.io" : "*",
|
||||
"socket.io-client" : "*"
|
||||
"socket.io-client" : "*",
|
||||
"coveralls" : "*",
|
||||
"mocha-lcov-reporter": "*"
|
||||
},
|
||||
"scripts" : {
|
||||
"coveralls" : "mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js",
|
||||
"blanket" : { "pattern": "lib/caronte" },
|
||||
"test" : "./node_modules/.bin/mocha -R landing test/*-test.js",
|
||||
"test-cov" : "./node_modules/.bin/mocha --require blanket -R html-cov > cov/coverage.html"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user