Codecov token not found on v4.4.1
We started seeing failures when running this action since the latest release (v4.4.1), with the following error message :
Error: Codecov token not found. Please provide Codecov token with -t flag.
Though the token is clearly set :
Run codecov/[email protected]
with:
...
token: *** <-- token is provided
...
Notice the same issue! #1425
I have the same issue. I workaround this by pinning the version of action to v4.4.0, and everything is working again.
I'm passing codecov_token from the github action secret in a private repo.
I have the same issue only on PRs!
Having the same issue here. Codecov is not working for PRs on the same repository, but it's working on PRs from forks.
Tried downgrading the action down to 4.2.0 and the CLI to 0.4.0 without success. Unsure what's the issue here.
Update (using a new comment to notify subscribers)
Managed to make it work by following this PR changes: https://github.com/napari/napari/pull/6701/files
We are now hitting a similar issue to https://github.com/codecov/codecov-action/issues/1487 on our PRs after using v4.5.0 😕