-
Notifications
You must be signed in to change notification settings - Fork 45
post test coverage reports fail #29
Description
It looks like this portion of the unit test command fails:
..."cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
Error message:
/Users/nnn/cognito-express/node_modules/coveralls/bin/coveralls.js:18
throw err;
^
Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! cognito-express@2.0.16 test:istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the cognito-express@2.0.16 test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.