-
Notifications
You must be signed in to change notification settings - Fork 10
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
Commits from the merge queue should be also shown in the main branch #216
Comments
Codecov is not aware that a branch exists until coverage is uploaded from it. Is it possible for you to have your CI upload coverage again after the PR is merged? Additionally, Codecov does not currently support commits existing on multiple branches, see #178 |
Do you have a recommended workflow for doing this? |
Depending on the CI workflow, you may be able to save the coverage report as an artifact somewhere. Then have a job that runs on main that:
|
Discussed in #98
Originally posted by justinchuby October 13, 2023
We recently enabled codecov for the onnx/onnx repository. One of the things we discover is there is no "main" branch from the drop down:
Turns out the commits from the merge queue branch
gh-readonly-queue/*
are the same commits inmain
(e.g. https://app.codecov.io/gh/onnx/onnx/commit/b61d2a8ab7a7e60eb386a387c73e449dd3461b3e), but codecov does not show these commits as part of the main branch. This causes the portal to show no "main" branch at all for coverage data, which can be inconvenient and confusing.The text was updated successfully, but these errors were encountered: