[go: up one dir, main page]

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

ci: uploading coverage to codecov.io fails for dependabot PRs #461

Open
cakebaker opened this issue Oct 1, 2024 · 1 comment
Open

ci: uploading coverage to codecov.io fails for dependabot PRs #461

cakebaker opened this issue Oct 1, 2024 · 1 comment
Labels
github_actions Pull requests that update GitHub Actions code

Comments

@cakebaker
Copy link
Contributor

The Upload coverage to codecov.io step in the Code coverage job in the CI fails for dependabot PRs with the following error (see, for example, https://github.com/uutils/findutils/actions/runs/10987148573/job/30501569269):

Error: Codecov token not found. Please provide Codecov token with -t flag.
Error: Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1

It works fine for other PRs, though they use a tokenless upload.

@hanbings hanbings added the github_actions Pull requests that update GitHub Actions code label Oct 17, 2024
@hanbings
Copy link
Collaborator
hanbings commented Oct 19, 2024

It looks like this problem often appears in the Github Action of PRs. I'm leaving some links here to some recent PRs with this problem, but I'll merge those PRs first (I noticed that the master branch didn't have the problem after the merge) and check them later. Thanks.

#458 #464 #465

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

No branches or pull requests

2 participants