-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support codecov-action@v4
breaking changes
#177
Comments
@syedsajjadkazmii it seems in the short term we should just move back to the v3 version of the action because
|
Should this still be broken for repos? |
It seems the v3 action has started having more intermittent failures. We've also found that codecov requires a repository secret, and cannot use an org secret. If the v3 action is causing issues on a repo the best course of action is to create a request ticket (https://github.com/openedx/axim-engineering/issues/new?assignees=&labels=github-request&projects=&template=04-github-request---repo-settings.yml&title=%5BGH+Request%5D+%3CADD+A+REQUEST+TITLE+HERE%3E) - then someone from Axim can add the repo secret and make a PR updating the action to v4. |
From slack:
This happened because openedx/frontend-app-authn#1172 was merged which bumped the codecov action from v3 to v4 without accounting for the breaking changes
We use the codecov workflow in quite a few places throughout the org https://github.com/search?q=org%3Aopenedx+uses%3A+codecov%2Fcodecov-action&type=code and I expect dependabot PRs to start making it into a bunch of those repos.
If we want to move to the v4 version of the action we should ensure we make the required changes to support it
The text was updated successfully, but these errors were encountered: