Open piotr-s-brainhub opened 4 years ago
I'm getting the exact same error as well.
npm test && nyc report --reporter=text-lcov | coveralls
"coveralls": "^3.1.0",
"nyc": "^13.1.0",
hei @piotr-s-brainhub and @rook2pawn, could you please run your build with coveralls --verbose
and link me to the output?
output from npm test && nyc report --reporter=text-lcov | coveralls --verbose
https://curlpaste.com/web/mnk7ge
Now it works for me.
I have:
echo repo_token: $COVERALLS_REPO_TOKEN > ./.coveralls.yml
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
I guess the error was because of not adding the repo to coveralls.
@rook2pawn i was just reviewing this before closing. i looked at your verbose output here: above:https://curlpaste.com/web/mnk7ge
FWIW, the issue appears to be your repo_token.
This is an unlikely value:
I believe if you remove the "TOKEN" prefix, you'll stop getting the 422 error.
I get this error:
in https://circleci.com/gh/brainhubeu/tdd-js/46