Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github/workflows: Pass COVERALLS_REPO_TOKEN to coveralls task (#9935)
The coveralls task has been silently failing since we migrated to GitHub Actions, away form Travis-CI: ``` no COVERALLS_REPO_TOKEN environmental variable found no available CI service > Task :grpc-all:coveralls BUILD SUCCESSFUL in 23s 7 actionable tasks: 1 executed, 6 up-to-date ``` We'd rather not deal with private tokens, but the Coveralls GitHub Action [only supports lcov][1] which makes it unhelpful for Java. Looking deeper, yep, we [aren't the only ones impacted][2]: [1]: https://github.com/marketplace/actions/coveralls-github-action [2]: coverallsapp/github-action#22
- Loading branch information