All of a sudden on an forked code contributor’s branch when Circle CI runs it’s failing code climate test with the error below.
This variables as been added in the Circle CI environment variables since the early days of the project. It’s not failed for anyone else and even today all other contributor/collaborator code reviews pass without this error.
#!/bin/bash -eo pipefail
Error: you must supply a CC_TEST_REPORTER_ID ENV variable or pass it via the -r flag
Exited with code 255
I could add it to the config.yml file for circle-ci, but, it’s never been necessary before?
This seems like a new bug or a change may have started causing this ?