-
Notifications
You must be signed in to change notification settings - Fork 28
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
Find out why codecov/project keeps hanging on PR's and stop it #184
Comments
The codecov step is failing, but the CI still marks it as passing in the codeCI job. Then the status is waiting for something never sent. The below should fail the CI no?
|
Has the codecov action been upgraded recently? The latest release requires a token as a secret. I'll add a org level one to the org tomorrow and see if that helps. FYI @mrakitin |
Looks like codecov/codecov-action#1359 If we update to copier we will get the v4 action anyway, so I will put the token in the org in preparation... |
Temporary test to check this fixes #184, the real fix will be to adopt the copier template
Temporary test to check this fixes #184, the real fix will be to adopt the copier template
Temporary test to check this fixes #184, the real fix will be to adopt the copier template
Temporary test to check this fixes #184, the real fix will be to adopt the copier template
Temporary test to check this fixes #184, the real fix will be to adopt the copier template
I imagine this is due to the concurrent limit on CI jobs, and if it doesn't retrieve it in a given time it never does. However it would be nice stop it happening if we could, and if not stop it being a requirement on merging that it is fetched.
The text was updated successfully, but these errors were encountered: