-
Notifications
You must be signed in to change notification settings - Fork 78
CircleCI builds broken #241
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
Comments
It is a bit weird that the builds triggered by |
When I added docker pushing I had to disable env variables for forked repos, and I'm still trying to figure out how to enable coveralls without leaking secrets. |
Tricky one, did some research but didn't found that much useful. Will have another look when I have more time. |
Have been looking into the setup of https://github.com/facebook/react which also uses CircleCI and coveralls. In that repo they only upload the coverage on the master branch, so after merges of the PR. Which seems to be also be the best way to approach this. If we want it like that we would have to add a conditional to only update the coverage report on the master branch. Just like they've done in the post with the early return on forked PRs: |
Currently the builds in CircleCI are broken.
Unsure who is owning the project in CircleCI, but would be great if the following things could be checked.
COVERALLS_REPO_TOKEN
configured in the CircleCI projectWould be nice if the builds are working properly again.
Thanks in advance!
The text was updated successfully, but these errors were encountered: