SEAPUNK / socketeer

yet another websocket framework
MIT License
3 stars 0 forks source link

Coveralls dep is a smell #77

Closed JoeCostanzo closed 8 years ago

JoeCostanzo commented 8 years ago

Ran: npm test Got: socketeer/node_modules/coveralls/bin/coveralls.js:18 throw err; ^ Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true} Seems to be a nagging issue for them. https://github.com/lemurheavy/coveralls-public/issues/487

Solution: Scrap the dep for another package out there instead, so the tests can be run smoothly?

SEAPUNK commented 8 years ago

coveralls runs fine, it "works" only when running on travis

if you want to run tests only without submitting coveralls info, use npm run testonly