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

.github/workflows: Pass COVERALLS_REPO_TOKEN to coveralls task #9935

Merged
merged 2 commits into from
Mar 24, 2023

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented Mar 7, 2023

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 which makes it unhelpful for Java. Looking deeper, yep, we aren't the only ones impacted:

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
@ejona86 ejona86 requested a review from larry-safran March 7, 2023 00:19
@ejona86 ejona86 merged commit db433ae into grpc:master Mar 24, 2023
@ejona86 ejona86 deleted the coveralls-token branch March 24, 2023 19:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants