-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
test_coverage workflow fails on external PRs #7476
Comments
If secrets are not able to be accessed, then Metrics Service cannot be used and so code coverage report is not able to be created. To avoid failing test workflows, we might need to disable this workflows under certain situations. |
Reopening. Still seeing failures in #7507 |
@granluo Still seeing failures in https://github.com/firebase/firebase-ios-sdk/pull/7549/checks?check_run_id=1921393904 Please test in a fork. |
Have test on a fork repo. The corresponding step is in the step The failure is probably caused by that fork repo not syncing to the upstream yet. |
I see thanks. |
Reopening - the issue looks back in #7955 See https://github.com/firebase/firebase-ios-sdk/pull/7955/checks?check_run_id=2424517247 |
There is still a post-submit issue, but that's not a big deal. I'll close since presubmits are now working. |
See #7472
The
test_coverage
workflow should either be disabled or made to work for PRs from forked repos.The text was updated successfully, but these errors were encountered: