-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add coveralls token to GH action config. #1020
Conversation
This secret is obtained from the coveralls page and loaded using the github secrets feature.
This got farther, but failed with a new error:
|
I added a commit to try and use the Coveralls.io Action. Hopefully that works. |
@ntouran After much experimentation, this appears to be working. Though... I had a laughable number of commits to get this working. Not only did I need to use a Coveralls.io Workflow, I had to add a second coveragepy-lcov workflow, because coveralls.io no longer accepts |
This secret is obtained from the coveralls page and loaded using the github secrets feature.
We realized we needed this when coveralls started giving an error message that said we needed
to include this env variable.
The error message we saw was:
Fixes #1017