We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NP-1B45EDC80F2C:chai-http farmisen$ unset COVERALLS_REPO_TOKEN NP-1B45EDC80F2C:chai-http farmisen$ npm run posttest > chai-http@2.0.0 posttest /Users/farmisen/dev/occamz/chai-http > if [ -z $COVERALLS_REPO_TOKEN ]; then cat coverage/lcov.info | coveralls; fi /Users/farmisen/dev/occamz/chai-http/node_modules/coveralls/bin/coveralls.js:18 throw err; ^ Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true}
seems like the bash test for COVERALLS_REPO_TOKEN presence is backward.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
seems like the bash test for COVERALLS_REPO_TOKEN presence is backward.
The text was updated successfully, but these errors were encountered: