You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently codecov step succeeds in main and in PRs from forks, but fails
in PRs from origin. This seems to be a codecov bug but I believe we can
tweak the workaround.
* Always run the auth workaround step
* Only try to set the codecov token if OIDC is available
This should mean that:
* PRs from forks will not have auth token: that works fine
* pushes to main will have auth token
* PRs from origin repo will have auth token (even though they should
not need it)
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
0 commit comments