-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
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
CircleCI unable to submit coverage without COVERALLS_REPO_TOKEN #206
Comments
Interesting! Thanks for flagging this @ArmaanT Coveralls' docs used to say the token was only necessary when running outside of Circle or Travis, but it looks like that's changed over the years -- now I see:
Looks like we need to update our docs to mirror theirs -- maybe change ours to something like:
If you'd like to submit a PR, that would be fantastic! |
I see the same problem even with public repository;
Is there anything I can check that circle-ci should provide? |
I took another look at the official docs and packages for other languages, and it seems like Coveralls only supports Travis without an explicitly defined |
Just switched this repo over to submitting via CircleCI instead of Travis and the above was indeed reproducible until I set the token manually. Looks like everyone's docs are wrong here! I'll submit a docs update to address this momentarily -- thanks for flagging this, folks! |
Looks like the Coverall docs here are out-of-date -- Coveralls no longer supports submitting results from CircleCI without an explicit repo token set. Fixes TheKevJames#206
I was facing the same issue on Github actions, adding
|
* SET related objects after deleting * default_app_config was deprecated since Django 1.7 * Explicitly set transform to repr * No need to set overall repo token Ref: TheKevJames/coveralls-python#206
When used in CircleCI, coveralls-python is unable to submit code coverage when
COVERALLS_REPO_TOKEN
is not set. There seems to be a conflict between the documentation in this package and the official documentation about whether or not theCOVERALLS_REPO_TOKEN
environment variable needs to be set when using CircleCI. I just want to clarify if the environment variable is needed.Here's a link to a CircleCI build that can't submit coverage and here are the outputs of
coveralls
andcoveralls debug
in that job:coveralls:
coveralls debug:
The text was updated successfully, but these errors were encountered: