Skip to content
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

coveralls debug insists that a token is required #45

Closed
QuLogic opened this issue Jul 11, 2014 · 3 comments · Fixed by #60
Closed

coveralls debug insists that a token is required #45

QuLogic opened this issue Jul 11, 2014 · 3 comments · Fixed by #60

Comments

@QuLogic
Copy link

QuLogic commented Jul 11, 2014

Running debug mode does not print out anything:

$ coveralls debug
Missing .coveralls.yml file. Using only env variables.
You have to provide either repo_token in .coveralls.yml, or launch via Travis

Since the help says it won't send anything, one would think that the repo_token is not really required.

@coagulant
Copy link
Contributor

repo_token is optional for Travis CI, for other CI systems you can use env variable https://github.com/coagulant/coveralls-python#usage-another-ci

@QuLogic
Copy link
Author

QuLogic commented Jul 12, 2014

I am running debug locally. There's no need for a token; it's not going to be submitted anywhere.

@coagulant
Copy link
Contributor

I agree, I guess we can make repo_token optional for debug command, but keep warning message anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants